irc-proto
v0.3.0
Published
Fully typed IRC protocol implementation in Rust, with a WebAssembly frontend.
Downloads
6
Readme
irc-proto
This is the irc-proto
crate from Halloy forked and then compiled to WebAssembly.
FAQ
Q: Won't the FFI overhead cause this to be slower than a native JS implementation? A: Yes, probably! The key here is that I didn't have to write a native JS implementation.
Q: But IRC is so easy to parse? A: Yeah.