0.1.2 • Published 4 years ago
xzwasm v0.1.2
Building
- Clone/update submodules
git submodule update --init --recursive
- Ensure you have a working Clang toolchain that can build wasm
- For example, install https://github.com/WebAssembly/wasi-sdk
export wasisdkroot=/path/to/wask-sdk
- (For testing only) Ensure you have
xzandbrotliavailable as commands on $PATH - Run
make
To build the NPM package contents:
- Have
nodeinstalled npm install- Run
make package
Running scenario/perf tests
- Have
nodeinstalled npm install -g http-servermake run-sample