quickjs-wasm-sys 0.1.2

Rust bindings for Wasm build of QuickJS
docs.rs failed to build quickjs-wasm-sys-0.1.2
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 the wasi-sdk

For example, if you install the wasi-sdk in /opt/wasi-sdk, you can run:

export QUICKJS_WASM_SYS_WASI_SDK_PATH=/opt/wasi-sdk

Publishing to crates.io

To publish this crate to crates.io, run ./publish.sh.