tlsn icon indicating copy to clipboard operation
tlsn copied to clipboard

Decouple wasm bindings from `web-sys`

Open sinui0 opened this issue 7 months ago • 0 comments

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.

sinui0 avatar Jul 25 '24 05:07 sinui0