myusernameisokay

joined 1 year ago
[–] myusernameisokay@programming.dev 4 points 1 year ago (1 children)

I think you missed your other 2 questions. In only see 1 question currently.

You could transpile different languages into JS. So you write in the language of your choice, transpile it to JS, then send the transpiled JS to the user’s browser. You could possibly do the same thing but use webasm as well.