14 lines
345 B
Text
14 lines
345 B
Text
# wasmparser version
|
|
|
|
Current version is: 5.11.0
|
|
|
|
# Upgrade process
|
|
|
|
1. Pull latest release from npm and extract WasmDis.js and WasmParser.js, e.g.
|
|
|
|
```
|
|
curl https://registry.npmjs.org/wasmparser/-/wasmparser-5.11.0.tgz | tar -zx --strip-components 3 package/dist/cjs/{WasmDis,WasmParser}.js
|
|
```
|
|
|
|
2. Remove reference to source maps (last line)
|
|
|