summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-12 20:01:53 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-12 20:01:53 -0800
commit79ebd738bcfc07a8479632ff7b804e60d907880d (patch)
tree31c4806300cd5df7a7381c3cd932239184e3057d
parent1e3caa2d4e603691e6a9b8f569cbc8e697961f12 (diff)
downloadbinaryen-79ebd738bcfc07a8479632ff7b804e60d907880d.tar.gz
binaryen-79ebd738bcfc07a8479632ff7b804e60d907880d.tar.bz2
binaryen-79ebd738bcfc07a8479632ff7b804e60d907880d.zip
move todos to issues
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4b5cb2751..e48a97f6d 100644
--- a/README.md
+++ b/README.md
@@ -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?