mirror of https://github.com/webpack/webpack.git
fix compat types list
This commit is contained in:
parent
ee0b5afc44
commit
08e72f5468
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue