dioxus/packages/webview/examples/demo.js
2021-02-18 20:04:25 -05:00

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.