• 1 Post
  • 9 Comments
Joined 2 months ago
cake
Cake day: April 2nd, 2025

help-circle






  • Current web browser engines generally support JavaScript and WebAssembly, and no others (unless via a plugin, as with Java).

    So, if I understand you correctly, your options are to find a language that transpiles down to one of those two (several such languages exist), or find an engine that isn’t precisely a web engine but supports some alternative language(s). I don’t know any useful examples of the latter, but perhaps someone else will chime in with something like that.