# opal-node-runtime **Repository Path**: mirrors_asciidoctor/opal-node-runtime ## Basic Information - **Project Name**: opal-node-runtime - **Description**: ⚡️ Opal Runtime specifically designed for Asciidoctor - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-26 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Opal Runtime for Asciidoctor.js [![Build](https://github.com/asciidoctor/opal-node-runtime/actions/workflows/build.yml/badge.svg)](https://github.com/asciidoctor/opal-node-runtime/actions/workflows/build.yml) [![npm version](http://img.shields.io/npm/v/@asciidoctor/opal-runtime.svg)](https://www.npmjs.com/package/@asciidoctor/opal-runtime) :fire: **CAUTION**: This library is a _highly optimized_ version of the Opal runtime that contains the *bare minimum to run Asciidoctor*. If you are looking for a general purpose Opal runtime, please use https://www.npmjs.com/package/opal-runtime. ## Usage ```javascript import Opal from '@asciidoctor/opal-runtime' // Now let's have fun with Opal! ``` This library is also available as a CommonJS module: ```javascript const Opal = require('@asciidoctor/opal-runtime') // Now let's have fun with Opal! ```