demo.js 287 B

123
  1. // This file interperets incoming edit messages into the page and renders them.
  2. // This is written in javascript to be slightly easier to work with (instead of having to pre-compile the wasm)
  3. // One day, we'll probably using wasmbindgen for the inner, but a javascripty one is fine too.