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
The recently implemented WASM bindings #536 are still coupled to web-sys, which prevent them from being used in node.js. It should be possible to remove this dependency by lifting the IO out of the wasm crate and instead accept a duck-typed duplex bytestream IO channel managed in JS.
The text was updated successfully, but these errors were encountered:
The recently implemented WASM bindings #536 are still coupled to
web-sys
, which prevent them from being used in node.js. It should be possible to remove this dependency by lifting the IO out of the wasm crate and instead accept a duck-typed duplex bytestream IO channel managed in JS.The text was updated successfully, but these errors were encountered: