mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 12:02:23 +03:00
7882fe7807
Pulls in some nice new features!
7 lines
174 B
YAML
7 lines
174 B
YAML
steps:
|
|
- script: rustup target add wasm32-unknown-unknown
|
|
displayName: "Add WebAssembly target via rustup"
|
|
- task: NodeTool@0
|
|
inputs:
|
|
versionSpec: '>=12.0'
|