Home

4 comments

nilsliceover 1 year ago
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:&#x2F;&#x2F;modsurfer.dylibso.com&#x2F;module?hash=ab6f4b2de9db1713475af9cf04dbaccbe9be86bb1b214f9e64f5a1bb50b103d6" rel="nofollow">https:&#x2F;&#x2F;modsurfer.dylibso.com&#x2F;module?hash=ab6f4b2de9db171347...</a><p>u&#x2F;nbittich - curious if you&#x27;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&#x27;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&#x27;d try to run it from within 16+ other languages).<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;nbittich&#x2F;adana&#x2F;blob&#x2F;master&#x2F;adana-script-wasm&#x2F;src&#x2F;lib.rs#L11-L27">https:&#x2F;&#x2F;github.com&#x2F;nbittich&#x2F;adana&#x2F;blob&#x2F;master&#x2F;adana-script-w...</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;extism&#x2F;extism">https:&#x2F;&#x2F;github.com&#x2F;extism&#x2F;extism</a>
评论 #39329773 未加载
beardywover 1 year ago
I think there is a role for a scripting language in the browser akin to scripting in a spreadsheet. Sadly I don&#x27;t see an accepted standard. Key would be what it can&#x27;t do (access the document model, access the internet etc), not so much what it can.
评论 #39329224 未加载
Instantnoodlover 1 year ago
Tasty name! Great work :) I&#x27;m sure that was a lot of fun to build
评论 #39329789 未加载
mcdonjeover 1 year ago
Got a blog post about building this?
评论 #39327151 未加载
评论 #39329804 未加载