ip-v8 / rust-ipv8

Rust implementation of the IPv8 application.
https://ip-v8.github.io/rust-ipv8/ipv8
GNU Lesser General Public License v3.0
14 stars 2 forks source link

Make the application compatible with WASM #3

Open dsluijk opened 5 years ago

dsluijk commented 5 years ago

The application should be usable with webassembly, to make it possible to run in a browser context.

This is dependent on #1.