@wasmer/wasi

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

dev

watch "npm run build:dev" src

docs

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

test

jest --config jest.config.js

build

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

build:ts

tsc -b

build:dev

rollup -c --environment DEV

build:prod

rollup -c --environment PROD

precompile

cd test/rs && make all

test:watch

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

build:clean

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

Metadata

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

Downloads