Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 297 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 297 Bytes

README

Note that as the WASM code is mostly just wrapping functionality from other crates and returning a JsObject, there is little value in testing via wasm-pack test, which has unit tests written in Rust. Wasm specific tests should be written in JavaScript to run in the browser (or Node).