a wee update on @spritelyinst's compiler from scheme to webassembly (gitlab.com/spritely/guile-hoot) -- we are perhaps 3 weeks away from feature-complete as regards the r7rs-small scheme report, and with a number of extensions (notably delimited continuations that compose with dynamic-wind and parameters).

today while working on an inline asm facility for use in the stdlib, i realized that since we have a wasm toolchain in scheme already, we can just parse little wasm modules. neat :)