Skip to content

Commit b5e4fd4

Browse files
committed
chore: mention porffor bug
1 parent 3e9c83d commit b5e4fd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const ENGINES = new Map(
5555
'boa:bundle': { binary: 'boa', binaryArgs: ['-m'], ...bareboneOpts },
5656
'nova:bundle': { binary: 'nova', binaryArgs: ['eval'], ...bareboneOpts },
5757
'jerryscript:bundle': { binary: 'jerryscript', ...bareboneOpts },
58+
'porffor:bundle': { binary: 'porffor', ...bareboneOpts }, // blocked on https://github.com/CanadaHonk/porffor/issues/176
5859
// Special case: running a browser from CLI like a bundle
5960
'servo:bundle': { binary: 'servo', binaryArgs: ['--headless'], ...bundleOpts, html: true },
6061
'workerd:bundle': { binary: 'workerd', binaryArgs: ['test'], ...bundleOpts, workerd: true },

0 commit comments

Comments
 (0)