Module: ExecJS::Runtimes
- Defined in:
- lib/isomorfeus/execjs_runtimes.rb
Constant Summary collapse
- Speednode =
Isomorfeus::Speednode::Runtime.new( name: 'Isomorfeus Speednode Node.js (V8)', command: %w[node nodejs], runner_path: File.join(File.dirname(__FILE__), 'speednode', 'runner.js'), encoding: 'UTF-8' )