We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0b5af commit 08e72f5Copy full SHA for 08e72f5
lib/wasm/WebAssemblyParser.js
@@ -24,7 +24,7 @@ const isMemoryImport = n => n.descr.type === "Memory";
24
*/
25
const isTableImport = n => n.descr.type === "Table";
26
27
-const JS_COMPAT_TYPES = new Set(["i32", "u32", "f32"]);
+const JS_COMPAT_TYPES = new Set(["i32", "f32", "f64"]);
28
29
/**
30
* @param {t.ModuleImport} moduleImport the import
0 commit comments