@wasmer/wasi

v0.4.2
Isomorphic Javascript library for interacting with WASI Modules in Node.js and the Browser. 📚
wasi webassembly wasm wasmer abi esm es module

dev

npx watch "npm run build:dev" src

docs

npx typedoc src/ --out docs --target es6 --theme minimal --mode file

test

npx jest --config jest.config.js

build

npx run-s build:clean build:ts build:prod

build:ts

tsc -b

build:dev

npx rollup -c --environment DEV

build:prod

npx rollup -c --environment PROD

precompile

cd test/rs && make all

test:watch

npx jest --config jest.config.js --watch

build:clean

rm -rf lib
npm i @wasmer/[email protected]

Metadata

  • MIT
  • Whatever
  • Wasmer Engineering Team
  • released 11/1/2019

Downloads