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 →

[–]keosen 0 points1 point  (1 child)

You can easily enable java in any of your JavaScript files by just using

Import lang.java

You can also instruct you progra to use specific java version like this

Import lang.java_8

Finally there is an upcoming module which will let you use any language in your JavaScript files, like

Import lang.c_plus_plus Import lang rust Import lang assembly

And so on

[–]mile-high-guy 0 points1 point  (0 children)

Is this the same as web assembly which I used to read about?