ok so i was up past my bedtime studying the scheme->wasm stuff that spritely has been working on. so it works like this, afaict:
- write scheme (.scm)
- run hoot to produce .wasm from .scm
- use the mysterious `reflect.js` to load the wasm
- now you can access scheme object internals from javascript!
spritely's docs talk a lot about using js from scheme, but i'm interested in doing it the other way. i want to use goblins from js (in turn from clojure)