We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Exception Handling with exnref
1 parent e5efacd commit 50af048Copy full SHA for 50af048
src/detectors/exceptions-final/index.js
@@ -19,7 +19,7 @@
19
20
export default async () => {
21
try {
22
- await WebAssembly.Module(
+ new WebAssembly.Module(
23
Uint8Array.from(
24
atob("AGFzbQEAAAABBAFgAAADAgEAChABDgACaR9AAQMAAAsACxoL"),
25
(m) => m.codePointAt(0),
0 commit comments