Logo
Explore Help
Sign In
fluencelabs/wasm-bindgen
1
0
Fork 0
You've already forked wasm-bindgen
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-07-31 03:51:56 +00:00
Code Issues Projects Releases Wiki Activity
Files
630ac1c16942fadd758be7fa711dcd0b26bce2a2
wasm-bindgen/guide/src/SUMMARY.md
Richard Dodd 7d5d845608 Add docs and remove typecheck from variadic attribute
2018-09-01 13:55:35 +01:00

3.9 KiB
Raw Blame History

Summary

Introduction


  • Whirlwind Tour
    • Basic Usage
    • What Just Happened?
    • What Else Can We Do?
  • Reference
    • Passing Rust Closures to JS
    • Receiving JS Closures in Rust
    • Promises and Futures
    • No ES Modules
    • Arbitrary Data with Serde
    • Command Line Interface
    • Supported Types
      • Imported JavaScript Types
      • Exported Rust Types
      • JsValue
      • Box<[JsValue]>
      • *const T and *mut T
      • Numbers
      • bool
      • char
      • str
      • String
      • Number Slices
      • Boxed Number Slices
    • #[wasm_bindgen] Attributes
      • On JavaScript Imports
        • catch
        • constructor
        • extends
        • getter and setter
        • indexing_getter, indexing_setter, and indexing_deleter
        • js_class = "Blah"
        • js_name
        • js_namespace
        • method
        • module = "blah"
        • static_method_of = Blah
        • structural
        • variadic
      • On Rust Exports
        • constructor
        • js_name = Blah
        • readonly

  • Contributing
    • Testing
    • Internal Design
      • JS Objects in Rust
      • Exporting a function to JS
      • Exporting a struct to JS
      • Importing a function from JS
      • Importing a class from JS
      • Rust Type conversions
      • Types in wasm-bindgen
    • js-sys
      • Testing
      • Adding More APIs
    • web-sys
      • Overview
      • Testing
      • Logging
      • Supporting More Web APIs
    • Publishing
    • Team
Powered by Gitea Version: 1.24.3 Page: 330ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API