Ok, let's actually expose memory

May as well have it typed!
This commit is contained in:
Alex Crichton 2017-12-20 08:22:30 -08:00
parent 2fbd784002
commit 8d7e6f3cdd

View File

@ -368,10 +368,6 @@ impl Js {
if self.wasm_exports_bound.contains(export) {
continue
}
// this is a special case, ignore it for now
if export == "memory" {
continue
}
if extra_exports_interface.len() == 0 {
extra_exports_interface.push_str("interface ExtraExports {\n");