You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it's possible to improve perf above what wasm-bindgen is already doing... allocating space on the rust side and copying the data over. Since rust can't read JS memory directly
Refs:
Uint8Array::view_mut_raw(ptr: *mut u8, length: usize)
so that JS can efficiently initialize a wasm buffer rustwasm/wasm-bindgen#1643The text was updated successfully, but these errors were encountered: