Skip to content

Commit

Permalink
Bug 1812128 - Update wasmparser.js to 5.6.0. r=devtools-reviewers,och…
Browse files Browse the repository at this point in the history
…ameau

Differential Revision: https://phabricator.services.mozilla.com/D178694
  • Loading branch information
yurydelendik committed May 24, 2023
1 parent e478937 commit 78857bb
Show file tree
Hide file tree
Showing 3 changed files with 1,834 additions and 1,597 deletions.
2 changes: 1 addition & 1 deletion devtools/client/shared/vendor/WASMPARSER_UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Current version is: 5.4.0
1. Pull latest release from npm and extract WasmDis.js and WasmParser.js, e.g.

```
curl https://registry.npmjs.org/wasmparser/-/wasmparser-5.4.0.tgz | tar -zx --strip-components 3 package/dist/cjs/{WasmDis,WasmParser}.js
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)
Expand Down
Loading

0 comments on commit 78857bb

Please sign in to comment.