lagon
lagon copied to clipboard
Re-implement Web APIs in Rust
Implementing Web APIs (Request, URL, fetch, ...) is easier to do in JS-land, but significantly faster when implemented in native-land. We should migrate progressively these APIs from JS to Rust.
(this is very low priority right now)
### Tasks