docs.rs failed to build quickjs-wasm-sys-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:
quickjs-wasm-sys-1.2.1
quickjs-wasm-sys: Wasm QuickJS bindings for Rust
FFI bindings for a Wasm build of the QuickJS Javascript engine.
Building this crate
- Install the wasi-sdk for your platform
- Set the
QUICKJS_WASM_SYS_WASI_SDK_PATH
environment variable to the absolute path where you installed thewasi-sdk
For example, if you install the wasi-sdk
in /opt/wasi-sdk
, you can run: