0.1.4 • Published 1 year ago

@tbbjs/wasi v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@tbbjs/wasi

This package provides an common execution envitonment for WASI applications.

Modified from wasmer-js.

Requirements

  • Cargo
  • wasm-pack
  • wasm-opt

Precondition

To build this library you will need to have installed in your system:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
  • wabt (for wasm-strip)
brew install wabt
brew install binaryen

Build

npm run build
0.1.4

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago