We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a139b commit 1b65a5eCopy full SHA for 1b65a5e
test/binaryen.js/event.js
@@ -7,7 +7,9 @@ function cleanInfo(info) {
7
}
8
9
var module = new binaryen.Module();
10
-module.setFeatures(binaryen.Features.ExceptionHandling | binaryen.Features.Multivalue);
+module.setFeatures(binaryen.Features.ReferenceTypes |
11
+ binaryen.Features.ExceptionHandling |
12
+ binaryen.Features.Multivalue);
13
14
var pairType = binaryen.createType([binaryen.i32, binaryen.f32]);
15
0 commit comments