mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-24 13:42:14 +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) {
|
if self.wasm_exports_bound.contains(export) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
// this is a special case, ignore it for now
|
|
||||||
if export == "memory" {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
if extra_exports_interface.len() == 0 {
|
if extra_exports_interface.len() == 0 {
|
||||||
extra_exports_interface.push_str("interface ExtraExports {\n");
|
extra_exports_interface.push_str("interface ExtraExports {\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user