unit-wasm

Crates.iounit-wasm
lib.rsunit-wasm
version0.3.0
sourcesrc
created_at2023-08-03 12:28:33.209976
updated_at2023-10-19 18:48:25.818354
descriptionWASM SDK for NGINX Unit
homepage
repository
max_upload_size
id933590
size2,267
Andrew Clayton (ac000)

documentation

README

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.

Commit count: 0

cargo fmt