FYI: wasm-compiled tengo playground running in a browser
mkuznets opened this issue · 2 comments
mkuznets commented
In case you may find it useful, here's a version of the Tengo playground running entirely in a browser and deployed as a static website:
https://tengo.mkuznets.com
https://github.com/mkuznets/tengo-wasm
The WASM blob is ~5.5 MB (1.4 MB when compressed).
d5 commented
Oh this is so cool! Just curious, did you have any particular use cases? Regardlessly this is really exciting to see.
mkuznets commented
I initially just wanted to run a version of the playground with the latest Tengo (the currently deployed one is missing some new stdlib methods). I wondered if I could make it work without running an API :-)