Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple wasm bindings from web-sys #542

Open
sinui0 opened this issue Jul 25, 2024 · 0 comments
Open

Decouple wasm bindings from web-sys #542

sinui0 opened this issue Jul 25, 2024 · 0 comments

Comments

@sinui0
Copy link
Member

sinui0 commented Jul 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant