diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -124,11 +124,6 @@ Same as Emscripten: MIT license. (`src/emscripten-optimizer` is synced with `tools/optimizer/` in the main emscripten repo, for convenience) -## TODO - - * Reference interpreter lacks module importing support; imports are Nop'ed in native builds, but enabled in emcc builds (so wasm.js works). - * Memory section needs the right size. - ## FAQ * How does `asm2wasm` relate to the new WebAssembly backend which is being developed in upstream LLVM? |