docs: Document Java in the web version README, too

This commit is contained in:
David Wendt 2022-12-29 00:04:30 -05:00 committed by kmeisthax
parent 89e01b5598
commit 76d08d86e2
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@ rust using the above instructions).
For the compiler to be able to output WebAssembly, an additional target has to be added to it: `rustup target add wasm32-unknown-unknown`
#### Java
Follow the instructions [to install OpenJDK](https://openjdk.org/projects/jdk/19/) on your machine.
We do not have a specific Java support policy. Any Java version that supports running the AS3 compiler
should work.
#### Node.js
Follow the instructions to [install Node.js](https://nodejs.org/) on your machine.