Module: ExecJS::Runtimes

Defined in:
lib/execjs/pcruntime/runtimes.rb

Overview

extends ExecJS::Runtimes

Constant Summary collapse

PCRuntime =
PCRuntime::ContextProcessRuntime.new(
  'Node.js (V8) Process as Context',
  %w[nodejs node]
)