Registry / utility / wasmer-registry

wasmer-registry

JSON →
library5.21.0rscratesunverified

Interact with the Wasmer registry to download and manage WebAssembly packages.

# Cargo.toml [dependencies] wasmer-registry = "5.21.0"
INSTALL
IMPORT
SIG · WASMER-REGISTRY
W
wasmer-registry
utilityrustv5.21.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.

Registry
use wasmer_registry::Registry;

Creates a new Wasmer registry client.

use wasmer_registry::Registry; fn main() { let registry = Registry::new(); println!("Registry created"); }
Debug
Known issues
gotchaRequires network access to the Wasmer registry.
fix
Ensure internet connectivity or configure a proxy.
affects: >=5.0.0
Upgrade
Version history
5.21.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
Resources
wasmer-registry — cargo add wasmer-registry · libregistry