FFI bindings for a Wasm build of the QuickJS Javascript engine.
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:
bash
export QUICKJS_WASM_SYS_WASI_SDK_PATH=/opt/wasi-sdk
To publish this crate to crates.io, run ./publish.sh
.