Hacker News new | ask | show | jobs
by kentonv 1519 days ago
I think that optimization should still work when using Wasm, unless the Wasm code does something silly like manually pump the stream (read from one, write to the other), but I think you'd have to go out of your way to do that, and anyway the same is true of pure-JavaScript code.
1 comments

Ooh, that is great news. I've been itching to write a "proxy thing" in Rust instead of JS.