Docs.rs
js-component-bindgen-1.12.0
js-component-bindgen 1.12.0
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Homepage
Repository
crates.io
Source
Owners
t3hmrman
guybedford
tschneidereit
jco-release-bot
Dependencies
anyhow ^1.0.95
normal
base64 ^0.22.1
normal
heck ^0.5.0
normal
log ^0.4.22
normal
semver ^1.0.25
normal
wasm-encoder ^0.236.1
normal
wasmparser ^0.236.1
normal
wasmtime-environ ^36.0.0
normal
wit-bindgen-core ^0.44.0
normal
wit-component ^0.236.1
normal
wit-parser ^0.236.1
normal
Versions
44.44%
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
Module function_bindgen
js_
component_
bindgen
1.12.0
Module function_
bindgen
Module Items
Structs
Enums
Functions
Type Aliases
In crate js_
component_
bindgen
js_component_bindgen
Module
function_
bindgen
Copy item path
Source
Structs
§
Function
Bindgen
Resource
Table
Map used for resource function bindgen within a given component
Enums
§
ErrHandling
Method of error handling
Resource
Data
Data related to a given resource
Functions
§
array_
ty
as_
nullable
Tests whether
ty
can be represented with
null
, and if it can then the “other type” is returned. If
Some
is returned that means that
ty
is
null | <return>
. If
None
is returned that means that
null
can’t be used to represent
ty
.
maybe_
null
Type Aliases
§
Remote
Resource
Map
A mapping of remote reps that represent imported resources
Resource
Map
A mapping of type IDs to the resources that they represent