binaryen@116: add shim for wasm-merge (#5234)

This commit is contained in:
Egbert Teeselink 2023-11-19 12:44:46 +01:00 committed by GitHub
parent 15674c5210
commit e99dd13eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,8 @@
"bin\\wasm-opt.exe",
"bin\\wasm-reduce.exe",
"bin\\wasm-shell.exe",
"bin\\wasm-split.exe"
"bin\\wasm-split.exe",
"bin\\wasm-merge.exe"
],
"checkver": {
"github": "https://github.com/WebAssembly/binaryen",