Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 261 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 261 Bytes

Contributing

  1. Install Deno.
  2. Install Rust.
  3. Run deno task build to build the Wasm file from the Rust code.
  4. Run deno task test to run JS tests or cargo test to run Rust tests.