Documentation Index
Fetch the complete documentation index at: https://mintlify.com/quickjs-ng/quickjs/llms.txt
Use this file to discover all available pages before exploring further.
Hello World
This tutorial shows you how to run your first JavaScript program with QuickJS-ng.Create a JavaScript file
Create a file named This is the simplest possible QuickJS program that prints output to the console.
hello.js with the following content:Next Steps
- Learn about embedding QuickJS
- Explore JavaScript modules
- Create native C functions