Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 720 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 720 Bytes

corsace-parser

wakatime npm
readme is WIP

Build

wasm-pack build --target nodejs <--debug>

Test

wasm-pack build --target web && cd www && npm i && npm run start

Run tests in console

wasm-pack test --node

Test in web

cd www && npm run start

Docs

cargo doc --no-deps