Registry / other / wasmedge-sdk

wasmedge-sdk

JSON →
library0.14.0rscratesunverified

High-performance WebAssembly runtime SDK for cloud, AI, and blockchain applications.

# Cargo.toml [dependencies] wasmedge-sdk = "0.14.0"
INSTALL
IMPORT
SIG · WASMEDGE-SDK
W
wasmedge-sdk
otherrustv0.14.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.

Vm
use wasmedge_sdk::Vm;

Create a new WasmEdge virtual machine

use wasmedge_sdk::Vm; fn main() { let vm = Vm::new(None).unwrap(); println!("WasmEdge VM created"); }
Debug
Known issues
gotchaRequires WasmEdge shared library installed on system
fix
Install WasmEdge via installer script or package manager
affects: >=0.10.0
Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Bingbot
1
Resources
wasmedge-sdk — cargo add wasmedge-sdk · libregistry