Documentation
¶
Overview ¶
Command ramune is a JavaScript runtime powered by JavaScriptCore via purego.
Usage:
ramune run <file.js> Run a JavaScript file ramune run -p lodash -p dayjs file.js Run with npm packages ramune eval "<expression>" Evaluate a JS expression ramune repl Interactive REPL
Environment:
Node.js compatibility (require, fs, path, crypto, etc.) is always enabled. globalThis.fetch is available for HTTP requests. setTimeout/setInterval work via the built-in event loop.
Click to show internal directories.
Click to hide internal directories.