Imports should be generated like (param i32 f32...) not (param i32) (param f32) ...
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | ||
---|---|---|
357 | Does this do the right thing when the param list is empty? IIUC it does: (param) ? Could you add a test? |
Does this do the right thing when the param list is empty? IIUC it does:
?
Could you add a test?