Email or username:

Password:

Forgot your password?
Top-level
dave

if you use guix and the nonguix channel, you can check out the demo in the ffi blog post like so:

guix shell google-chrome-unstable -- google-chrome-unstable spritely.institute/news/buildi

(soon you will be able to use firefox instead of chrome but there's no guix package that has wasm gc and tail calls yet)

7 comments
Remco

@dthompson it works fine in firefox 120 after toggling javascript.options.wasm_tail_calls using about:config.

Also, this is really cool!!!

dave

@rwv yessss glad it works on someone else's browser! thanks for reporting in!

Alexander Shendi

@dthompson @rwv

Works on Android 11 with Chrome 119, but not Firefox 120.0.1 (can't set javascript.options.wasm_tail_calls via about:config).

dave

@alexshendi @rwv hmm guess some builds don't allow setting that? that's odd

Alexander Shendi

@dthompson @rwv

FWIW, in Firefox for Android Beta (identifies as "121.0b5") the todo list works, and one can set the option.

dave

@alexshendi @rwv oh cool, good to know! first report I've heard of it working on Android.

Alexander Shendi

@dthompson @rwv

FWIW, works on #OpenBSD 7.4 with firefox 120 from packages! As already mentioned you have to set "javascript.options.wasm_tail_calls" to true via about:config.

Go Up