HouraiTeahouse / backroll-rs

A (almost) 100% pure safe Rust implementation of GGPO-style rollback netcode.
ISC License
351 stars 18 forks source link

is it support WebAssembly? #16

Open king2015 opened 3 years ago

james7132 commented 3 years ago

Theoretically since the async executor (bevy_tasks) is wasm capable, it should in theory work, but you'll need a wasm compatible transport implementation. WebRTC?

Type1J commented 1 year ago

Maybe change the title to something like "WASM support an WebRTC transport backend needed."

Type1J commented 1 year ago

Actually this could be a duplicate of https://github.com/HouraiTeahouse/backroll-rs/issues/4