Have you seen a recent gnome? It's pretty nice! I found a couple bugs, but overall expreince is very satisfying.
I'm curious if GJS (Gnome's JavaScript) plays nicely with wasm?
Have you seen a recent gnome? It's pretty nice! I found a couple bugs, but overall expreince is very satisfying. I'm curious if GJS (Gnome's JavaScript) plays nicely with wasm? 4 comments
@ieugen Sure, I'll. I work with guile-hoot half time, porting some TypeScript code to it, a bit painful at the moment, but it works overall. But would be twice as cool to have hoot API to gnome/gtk. Thank you for making a ticket! |
@abcdw GJS is powered by ESR #spidermonkey from #firefox . https://gjs-docs.gnome.org/gjs/
Spidermonkey ESR is 128 which has wasm support for GC - guile-hoot works on it. Version 1.81.2 is built on Spidermonkey 128 https://gitlab.gnome.org/GNOME/gjs/raw/HEAD/NEWS , but no mention of wasm.
I asked in an issue: https://gitlab.gnome.org/GNOME/gjs/-/issues/638
Please share if you end up digging into this and find it works :) .