RE: https://social.coop/@spritely/116132867771534636
Worked pretty hard on this one and I'm proud of the milestone! Lots more to do for a truly ergonomic dev experience but finally having the REPL in the browser is a huge deal.
RE: https://social.coop/@spritely/116132867771534636
Worked pretty hard on this one and I'm proud of the milestone! Lots more to do for a truly ergonomic dev experience but finally having the REPL in the browser is a huge deal.
@dthompson That’s all I needed to finally add a REPL to Naming & Logic¹ so people can test what they read right away!
Thank you very much! 🦉 ❤️
If you like to, I’ll keep you posted once I added it!
@dthompson Is the source for https://files.spritely.institute/embeds/hoot-0.8.0-repl/ available on codeberg?
(most files I know where to find, but what’s the source for https://files.spritely.institute/embeds/hoot-0.8.0-repl/repl.wasm ?)
@dthompson so that didn’t actually have to change for hoot 0.8.0, just had to be rebuilt?
EDIT: it works! NICE! ❤️
@dthompson happily waiting for the new version to be there -- the 0.7.0 already seems to solve my problem (but I didn’t realize see it back then), but will try the 0.8.0.
I’ll try to add the parallel load optimization I already use for https://www.draketo.de/software/hoot.html to make the REPL appear more quickly -- will try to file a PR if I get it working.
But the first improvement for the spritely site would be to enable compression in nginx via
gzip_types … application/wasm;
⇒ https://docs.nginx.com/nginx/admin-guide/web-server/compression/