diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-12 20:01:53 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-12 20:01:53 -0800 |
commit | 79ebd738bcfc07a8479632ff7b804e60d907880d (patch) | |
tree | 31c4806300cd5df7a7381c3cd932239184e3057d | |
parent | 1e3caa2d4e603691e6a9b8f569cbc8e697961f12 (diff) | |
download | binaryen-79ebd738bcfc07a8479632ff7b804e60d907880d.tar.gz binaryen-79ebd738bcfc07a8479632ff7b804e60d907880d.tar.bz2 binaryen-79ebd738bcfc07a8479632ff7b804e60d907880d.zip |
move todos to issues
-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? |