Email or username:

Password:

Forgot your password?
Andrew Tropin

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?

#gnome #javascript #wasm #TypeScript #gtk #gtk4

4 comments
Eugen

@abcdw GJS is powered by ESR #spidermonkey from #firefox . 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 gitlab.gnome.org/GNOME/gjs/raw , but no mention of wasm.

I asked in an issue: gitlab.gnome.org/GNOME/gjs/-/i

Please share if you end up digging into this and find it works :) .

Andrew Tropin

@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!

Eugen

@abcdw I got a reply on #GNOME matrix channel and ptomato (GJS dev from what I could tell) mentioned wasm is not currently enabled. "Some stuff needs to happen first ... I forget what exactly" .

Go Up