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
#[wasm_bindgen(inline_js = "export function bytes_literal() { return \"bytes\"; }")]
extern"C"{
fnbytes_literal() -> JsValue;
}
This was used to work around a bug in Chrome when they first shipped readable byte streams, see 67bb2a4. Fortunately, that bug has since been fixed, so I think it's time to remove the workaround. I'll get to it! 🙂
https://rustwasm.github.io/docs/wasm-bindgen/reference/js-snippets.html
Any way you'd be able to remove reliance on js-snippets?
The text was updated successfully, but these errors were encountered: