Docs.rs
  • js_ffi-0.8.0
    • js_ffi 0.8.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • richardanaya
    • Dependencies
      • cstring ^0.0 normal
      • lazy_static ^1.4.0 normal
      • spin ^0.5 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

js_ffi0.8.0

Crate Items

  • Structs
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • JSFunction
  • JSInvoker
  • JSObject
  • WasmMemory

Traits

  • JSConvert
  • ToJSValue

Functions

  • create_callback_0
  • create_callback_1
  • create_callback_10
  • create_callback_2
  • create_callback_3
  • create_callback_4
  • create_callback_5
  • create_callback_6
  • create_callback_7
  • create_callback_8
  • create_callback_9
  • create_callback_future_0
  • create_callback_future_1
  • create_callback_future_10
  • create_callback_future_2
  • create_callback_future_3
  • create_callback_future_4
  • create_callback_future_5
  • create_callback_future_6
  • create_callback_future_7
  • create_callback_future_8
  • create_callback_future_9
  • get_property
  • register_function
  • release_object
  • remove_callback
  • set_property
  • throw_error

Type Aliases

  • JSType
  • JSValue

Constants

  • CONSOLE
  • DOCUMENT
  • FALSE
  • NULL
  • SELF
  • TRUE
  • TYPE_BOOL
  • TYPE_F32_ARRAY
  • TYPE_F64_ARRAY
  • TYPE_FUNCTION
  • TYPE_INT16_ARRAY
  • TYPE_INT32_ARRAY
  • TYPE_INT8_ARRAY
  • TYPE_MEMORY
  • TYPE_NOTHING
  • TYPE_NUMBER
  • TYPE_OBJECT
  • TYPE_STRING
  • TYPE_UINT16_ARRAY
  • TYPE_UINT32_ARRAY
  • TYPE_UINT8_ARRAY
  • UNDEFINED
  • WINDOW