mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-16 14:31:22 +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(());
|
||||
}
|
||||
self.require_internal_export("__wbindgen_malloc")?;
|
||||
self.expose_uint64_memory();
|
||||
self.global(&format!(
|
||||
"
|
||||
function {}(arg) {{
|
||||
|
Reference in New Issue
Block a user