mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-16 06:21:22 +00:00
Run cargo fmt --all
This commit is contained in:
@ -1174,7 +1174,8 @@ impl<'a, 'b> Rust2Js<'a, 'b> {
|
||||
//
|
||||
// But for now, we just bounce wasm -> js -> wasm because it is
|
||||
// easy.
|
||||
self.cx.require_internal_export("__wbindgen_anyref_heap_live_count_impl")?;
|
||||
self.cx
|
||||
.require_internal_export("__wbindgen_anyref_heap_live_count_impl")?;
|
||||
"wasm.__wbindgen_anyref_heap_live_count_impl()".into()
|
||||
} else {
|
||||
self.cx.expose_global_heap();
|
||||
|
Reference in New Issue
Block a user