Crates.io | unit-wasm |
lib.rs | unit-wasm |
version | 0.3.0 |
source | src |
created_at | 2023-08-03 12:28:33.209976 |
updated_at | 2023-10-19 18:48:25.818354 |
description | WASM SDK for NGINX Unit |
homepage | |
repository | |
max_upload_size | |
id | 933590 |
size | 2,267 |
The current version is published to crates.io. To get started with the SDK
include unit-wasm
as dependency.
cargo add unit-wasm
rustup target add wasm32-wasi
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.