mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-01-26 11:35:03 +00:00
3 lines
287 B
JavaScript
3 lines
287 B
JavaScript
// This file interperets incoming edit messages into the page and renders them.
|
|
// This is written in javascript to be slightly easier to work with (instead of having to pre-compile the wasm)
|
|
// One day, we'll probably using wasmbindgen for the inner, but a javascripty one is fine too.
|