Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
358: Remove all the IPC r=grovesNL a=kvark Closes #146 Closes #22 We have decided to use Gecko IPC for Firefox. `wgpu-remote` will therefore provide all the Rust glue that Gecko needs for client and server: - initialization/termination of client/server - ID management for the client - pass encoding blobs In Servo, we'd need to enable `serde` feature of `wgpu-native` and potentially roll out a different remoting crate that would establish a protocol based on `ipc-channel`, as we wanted originally. Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
- Loading branch information