// 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.