🔥CAUTION: This library is an 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
importOpalfrom'asciidoctor-opal-runtime'// Now let's have fun with Opal!
This library is also available as a CommonJS module:
constOpal=require('asciidoctor-opal-runtime')// Now let's have fun with Opal!