mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Ok, let's actually expose memory
May as well have it typed!
This commit is contained in:
parent
2fbd784002
commit
8d7e6f3cdd
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user