Technical requirements
In this chapter, we will be doing a lot of hands-on coding, to explore the various guest languages that GraalVM supports. To try the code, you will need the following:
- Various language Graal runtimes: We will cover in the chapter how to install and run these runtimes.
- Access to GitHub: There are some sample code snippets, which are available in a Git repository. The code can be downloaded from the following link. You will find the chapter-specific code under the
chapter7
directory: https://github.com/PacktPublishing/Supercharge-Your-Applications-with-GraalVM/tree/main/Chapter07/js. - The Code in Action video for this chapter can be found at https://bit.ly/3yqu4ui.