Skip to content

Commit

Permalink
Merge pull request #42 from gahaas/fix-exception-detection
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Mar 18, 2021
2 parents b5d0c2f + a23b69d commit bed030f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"prettier": "^1.18.2",
"rollup": "^1.20.3",
"rollup-plugin-terser": "^5.1.1",
"wabt": "^1.0.17"
"wabt": "^1.0.21"
}
}
3 changes: 1 addition & 2 deletions src/detectors/exceptions/module.wat
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
(module
(func
try
catch
drop
catch_all
end
)
)

0 comments on commit bed030f

Please sign in to comment.