Registry / utility / wasmer-types-x

wasmer-types-x

JSON →
library2.4.1rscratesunverified

Common types for the Wasmer WebAssembly runtime.

# Cargo.toml [dependencies] wasmer-types-x = "2.4.1"
INSTALL
IMPORT
SIG · WASMER-TYPES-X
W
wasmer-types-x
utilityrustv2.4.1
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.

Value
✓ use wasmer_types_x::Value;

Use Wasmer common types.

use wasmer_types_x::Value; fn main() { let val = Value::I32(42); println!("Value: {:?}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
wasmer-types-x — cargo add wasmer-types-x · libregistry