docs.rs failed to build unit-wasm-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
unit-wasm-0.4.0
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.