diff options
Diffstat (limited to 'src/wasm2asm.h')
-rw-r--r-- | src/wasm2asm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm2asm.h b/src/wasm2asm.h index 1f644c69c..a92d048f1 100644 --- a/src/wasm2asm.h +++ b/src/wasm2asm.h @@ -188,8 +188,6 @@ Ref Wasm2AsmBuilder::processWasm(Module* wasm) { pow2ed <<= 1; } tableSize = pow2ed; - // imports XXX - // exports XXX // functions for (auto func : wasm->functions) { asmFunc[3]->push_back(processFunction(func)); |