docs.rs failed to build wasm3-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:
wasm3-0.3.1
wasm3-rs
Rust wrapper for WASM3.
This is currently work in progress and may or may not be entirely sound.
Sample
A simple example that loads a wasm module and executes an exported function to add two i64s together.
use Environment;
use Module;
Building
This crate currently does not make use of the cmake project of wasm3, meaning cmake is not required to built this for the time being. It does however require Clang 9 to be installed as well as Bindgen.
The reason for having bindgen not be part of the build-dependencies is to cut down transitive dependencies as well as due to a bug in cargo pulling in more features of dependencies if used in build-deps.
License
Licensed under the MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)