Registry / utility / wasmedge-types

wasmedge-types

JSON →
library0.6.0rscratesunverified

Common data structures for WasmEdge Rust bindings, used in WebAssembly runtime.

# Cargo.toml [dependencies] wasmedge-types = "0.6.0"
INSTALL
IMPORT
SIG · WASMEDGE-TYPES
W
wasmedge-types
utilityrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ValType
use wasmedge_types::ValType;

Use a WasmEdge value type.

use wasmedge_types::ValType; fn main() { let ty = ValType::I32; println!("Type: {:?}", ty); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
wasmedge-types — cargo add wasmedge-types · libregistry