Back to Wasmedge

Overview

bindings/rust/wasmedge-sys/README.md

0.16.2930 B
Original Source

Overview

** wasmedge-sys is under wasmedge-rust-sdk/crates/wasmedge-sys now. **

The wasmedge-sys crate defines a group of low-level Rust APIs for WasmEdge, a light-weight, high-performance, and extensible WebAssembly runtime for cloud-native, edge, and decentralized applications.

For developers, it is recommended that the APIs in wasmedge-sys are used to construct high-level libraries, while wasmedge-sdk is for building up business applications.

  • Notice that wasmedge-sys requires Rust v1.66 or above in the stable channel.

See also