Docs.rs
js-component-bindgen-1.16.5
js-component-bindgen 1.16.5
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.245.1
normal
wasmparser ^0.245.1
normal
wasmtime-environ ^42.0.0
normal
wit-bindgen-core ^0.53.1
normal
wit-component ^0.245.1
normal
wit-parser ^0.245.1
normal
Versions
43.98%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module function_bindgen
js_
component_
bindgen
1.16.5
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
Resource
Extra
Data
Supplemental data kept along with
ResourceData
Functions
§
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
.
js_
array_
ty
Retrieve the specialized JS array type that would contain a given element type, if one exists.
maybe_
null
Type Aliases
§
Resource
Map
A mapping of type IDs to the resources that they represent