Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 216 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 216 Bytes

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