mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-20 08:16:31 +00:00
Remove extraneous exposure of uint64 memory
No longer needed!
This commit is contained in:
@ -956,7 +956,6 @@ impl<'a> Context<'a> {
|
|||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
self.require_internal_export("__wbindgen_malloc")?;
|
self.require_internal_export("__wbindgen_malloc")?;
|
||||||
self.expose_uint64_memory();
|
|
||||||
self.global(&format!(
|
self.global(&format!(
|
||||||
"
|
"
|
||||||
function {}(arg) {{
|
function {}(arg) {{
|
||||||
|
Reference in New Issue
Block a user