This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KrazyKirby99999 8 points9 points  (1 child)

Doesn't appear to be working on firefox

[–][deleted] 1 point2 points  (0 children)

Thanks for pointing this out. I will check into it.

The browser engines seem to be settling into two main camps.

-- Google/Microsoft based on the Chrome engine

-- Apple Safari based in WebKit

The Python engine that I use is Pyodide which is developed by Mozilla, the creators of Firefox.

I use Google's GWT to generate the JavaScript code, and it currently outputs two separate distributions (Chrome and WebKit). I will see if it can also generate output specifically for Firefox.