Open
Description
Currently this repo does not have any tests which is not good.
We should add tests to ensure that we are rendering the expected outputs for any given response from the Wasm. There is potential here to adapt the tests from coder/coder.
One way to make this easier to test may be to move the wasm output into a Context
so that we can test against known outputs without having to run/load the wasm.