Registry / other / wasmer-config

wasmer-config

JSON →
library0.701.0rscratesunverified

Configuration types for Wasmer.

# Cargo.toml [dependencies] wasmer-config = "0.701.0"
INSTALL
IMPORT
SIG · WASMER-CONFIG
W
wasmer-config
otherrustv0.701.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.

Config
use wasmer_config::Config;

Creates a default Wasmer configuration.

use wasmer_config::Config; fn main() { let config = Config::default(); println!("{:?}", config); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.701.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
wasmer-config — cargo add wasmer-config · libregistry