There was an error while loading. Please reload this page.
1 parent b24cf5a commit 1a0a6bdCopy full SHA for 1a0a6bd
1 file changed
bin/index.js
@@ -45,7 +45,7 @@ const ENGINES = new Map(
45
'hermes:bundle': { binary: 'hermes', binaryArgs: hermesA, target: 'es2018', ...bareboneOpts },
46
'shermes:bundle': { binary: 'shermes', binaryArgs: hermesS, target: 'es2018', ...bareboneOpts },
47
'spidermonkey:bundle': { binary: 'spidermonkey', ...bareboneOpts },
48
- 'ladybird-js:bundle': { binary: 'ladybird-js', ...bareboneOpts },
+ 'ladybird-js:bundle': { binary: 'ladybird-js', binaryArgs: ['-i'], ...bareboneOpts },
49
'engine262:bundle': { binary: 'engine262', ...bareboneOpts },
50
'quickjs:bundle': { binary: 'quickjs', binaryArgs: ['--std'], ...bareboneOpts },
51
'xs:bundle': { binary: 'xs', ...bareboneOpts },
0 commit comments