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