summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/vendor/WASMPARSER_UPGRADING
blob: 52f8c2ddbfe118507e43228c599fa19467cb91b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# wasmparser version

Current version is: 5.4.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.6.0.tgz | tar -zx --strip-components 3 package/dist/cjs/{WasmDis,WasmParser}.js
```

2. Remove reference to source maps (last line)