Skip to content

Commit

Permalink
Merge pull request #81 from CryZe/fix-exnref
Browse files Browse the repository at this point in the history
Fix `Exception Handling with exnref`
  • Loading branch information
tomayac authored Sep 18, 2024
2 parents e5efacd + 50af048 commit 1721434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detectors/exceptions-final/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

export default async () => {
try {
await WebAssembly.Module(
new WebAssembly.Module(
Uint8Array.from(
atob("AGFzbQEAAAABBAFgAAADAgEAChABDgACaR9AAQMAAAsACxoL"),
(m) => m.codePointAt(0),
Expand Down

0 comments on commit 1721434

Please sign in to comment.