fix compat types list

This commit is contained in:
Tobias Koppers 2018-05-11 14:24:08 +02:00
parent ee0b5afc44
commit 08e72f5468
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const isMemoryImport = n => n.descr.type === "Memory";
*/
const isTableImport = n => n.descr.type === "Table";
const JS_COMPAT_TYPES = new Set(["i32", "u32", "f32"]);
const JS_COMPAT_TYPES = new Set(["i32", "f32", "f64"]);
/**
* @param {t.ModuleImport} moduleImport the import