It may just be my own unique obsession to peek at the internals of .wasm, but if anyone else is curious:<p><a href="https://modsurfer.dylibso.com/module?hash=ab6f4b2de9db1713475af9cf04dbaccbe9be86bb1b214f9e64f5a1bb50b103d6" rel="nofollow">https://modsurfer.dylibso.com/module?hash=ab6f4b2de9db171347...</a><p>u/nbittich - curious if you've tried to use your language as as a scripting language inside other apps? I took a peek at your browser wasm environment, and think we could hook up the `compute` entrypoint you have here[0], but I'm not certain what the `ctx` does without going super deep, and if it could be passed into an Extism function[1] (which is how I'd try to run it from within 16+ other languages).<p>[0]: <a href="https://github.com/nbittich/adana/blob/master/adana-script-wasm/src/lib.rs#L11-L27">https://github.com/nbittich/adana/blob/master/adana-script-w...</a><p>[1]: <a href="https://github.com/extism/extism">https://github.com/extism/extism</a>