Skip to main content
Module

x/wasmbuild/contributing.md

Build tool to use Rust code in Deno and the browser.
Go to Latest
File

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.
  4. Finally run deno task build:bindgen-upgrade which will build itself using wasm-bindgen-cli instead of the Wasm file.