Registry / utility / wasmer-types

wasmer-types

JSON →
library7.1.0rscratesunverified

Common types used across the Wasmer WebAssembly runtime.

# Cargo.toml [dependencies] wasmer-types = "7.1.0"
INSTALL
IMPORT
SIG · WASMER-TYPES
W
wasmer-types
utilityrustv7.1.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.

Value
use wasmer_types::Value;

Creates and prints a Wasmer I32 value.

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

No known issues recorded.

Upgrade
Version history
7.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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