6 releases
Uses old Rust 2015
0.3.0 | Oct 19, 2023 |
---|---|
0.2.0 | Aug 30, 2023 |
0.1.2 | Aug 28, 2023 |
#613 in WebAssembly
66 downloads per month
43KB
572 lines
Quickstart in Developing Rust WebAssembly Modules for Unit
The current version is published to crates.io. To get started with the SDK
include unit-wasm
as dependency.
cargo add unit-wasm
Prerequisites
- target add wasm32-wasi.
rustup target add wasm32-wasi
From Source
The Rust implementation is in an early stage. If you would like to build the
crate by yourself, we have to generate the libunit-wasm
first. This step is
NOT included in the build process.
Dependencies
~0–1.8MB
~36K SLoC