wasm-bindgen 0.2.68

Easy support for interacting between JS and Rust.
Documentation
1
2
3
4
5
6
steps:
  - script: rustup target add wasm32-unknown-unknown
    displayName: "Add WebAssembly target via rustup"
  - task: NodeTool@0
    inputs:
      versionSpec: '>=12.11'