https://github.com/ggrossetie/opal-node-runtime
Opal Runtime for Node.js
https://github.com/ggrossetie/opal-node-runtime
javascript nodejs opal
Last synced: about 1 year ago
JSON representation
Opal Runtime for Node.js
- Host: GitHub
- URL: https://github.com/ggrossetie/opal-node-runtime
- Owner: ggrossetie
- License: mit
- Created: 2016-04-23T17:27:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T07:18:01.000Z (about 2 years ago)
- Last Synced: 2025-05-28T21:11:30.458Z (about 1 year ago)
- Topics: javascript, nodejs, opal
- Language: JavaScript
- Homepage: https://opalrb.com/
- Size: 2.65 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opal Runtime for Asciidoctor.js
[](https://github.com/asciidoctor/opal-node-runtime/actions/workflows/build.yml)
[](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!
```