# wasmparser version

Current vesion is: $(WASMPARSER_VERSION)

# Upgrade process

1. Pull latest release from npm and extract WasmDis.js and WasmParser.js, e.g.

```
curl https://registry.npmjs.org/wasmparser/-/wasmparser-$(WASMPARSER_VERSION).tgz | tar -x --strip-components 2 package/dist/{WasmDis,WasmParser}.js
```

2. Remove reference to source maps (last line)

