cberner / raptorq

Rust implementation of RaptorQ (RFC6330)
Apache License 2.0
264 stars 47 forks source link

Remove wasm support #155

Closed cberner closed 9 months ago

rom1v commented 9 months ago

Why?

cberner commented 9 months ago

I don't have much time to work on this crate anymore, and so am making it as easy to maintain as possible. wasm support adds complexity and has no tests.

rom1v commented 9 months ago

OK. 😞

FYI I use this project is a prototype to transmit live video, which has both a desktop and wasm version, raptorq works fine for wasm.

cberner commented 9 months ago

Oh cool! I think you should still be able to use it for that. You'll just have to copy the JS wrapper code into your project. Any issues with that?

rom1v commented 9 months ago

I think you should still be able to use it for that.

Oh, I upgraded to 1.8.0, and indeed it still works :tada: (I just call raptorq from my Rust code like any other library).