@functionland/wnfslib-web
v0.1.0
Published
This library contains the typescript wasm code for wnfs to be used in web. The example app is in tests folder.
Downloads
83
Readme
This library contains the typescript wasm code for wnfs to be used in web. The example app is in tests folder.
Build
wasm-pack build --target web
Tests
cd tests
npm run build
npm run start