Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 456 Bytes

contributing.md

File metadata and controls

12 lines (10 loc) · 456 Bytes

Contributing

Upgrading wasm-bindgen version

  1. Upgrade the versions in the Cargo.toml files
  2. Upgrade the versions in lib/version.ts to match.
  3. Run cargo install -f wasm-bindgen-cli to get the latest wasm-bindgen-cli version.
    • See #51 for why this is necessary
  4. Finally run deno task build:bindgen-upgrade which will build itself using wasm-bindgen-cli instead of the Wasm file.