We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9c83d commit b5e4fd4Copy full SHA for b5e4fd4
1 file changed
bin/index.js
@@ -55,6 +55,7 @@ const ENGINES = new Map(
55
'boa:bundle': { binary: 'boa', binaryArgs: ['-m'], ...bareboneOpts },
56
'nova:bundle': { binary: 'nova', binaryArgs: ['eval'], ...bareboneOpts },
57
'jerryscript:bundle': { binary: 'jerryscript', ...bareboneOpts },
58
+ 'porffor:bundle': { binary: 'porffor', ...bareboneOpts }, // blocked on https://github.com/CanadaHonk/porffor/issues/176
59
// Special case: running a browser from CLI like a bundle
60
'servo:bundle': { binary: 'servo', binaryArgs: ['--headless'], ...bundleOpts, html: true },
61
'workerd:bundle': { binary: 'workerd', binaryArgs: ['test'], ...bundleOpts, workerd: true },
0 commit comments