Registry / utility / wasmer-artifact

wasmer-artifact

JSON →
library2.3.0rscratesunverified

Abstraction for Wasmer artifacts, enabling serialization and deserialization of compiled WebAssembly modules.

# Cargo.toml [dependencies] wasmer-artifact = "2.3.0"
INSTALL
IMPORT
SIG · WASMER-ARTIFACT
W
wasmer-artifact
utilityrustv2.3.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.

Artifact
use wasmer_artifact::Artifact;

Demonstrates importing the Artifact type.

use wasmer_artifact::Artifact; fn main() { // Artifact creation typically requires a compiled module println!("Artifact abstraction ready"); }
Debug
Known issues
gotchaRequires the `wasmer` runtime to be present; artifact creation depends on a compiled module.
fix
Ensure `wasmer` is added as a dependency and a module is compiled before creating artifacts.
affects: >=2.0.0
Upgrade
Version history
2.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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