Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Opal Runtime for Node.js

Awesome Lists containing this project

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!
```