mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-07 11:59:54 +00:00
bumped v86
This commit is contained in:
parent
5e12597ad8
commit
bbe6ad2cbc
BIN
data/v86.wasm
Normal file
BIN
data/v86.wasm
Normal file
Binary file not shown.
1433
data/v86_all.js
1433
data/v86_all.js
File diff suppressed because it is too large
Load Diff
5
dist/terminal.js
vendored
5
dist/terminal.js
vendored
File diff suppressed because one or more lines are too long
2
dist/terminal.js.map
vendored
2
dist/terminal.js.map
vendored
File diff suppressed because one or more lines are too long
@ -31,6 +31,7 @@ async function start () {
|
|||||||
cdrom: {
|
cdrom: {
|
||||||
url: '../data/linux.iso',
|
url: '../data/linux.iso',
|
||||||
},
|
},
|
||||||
|
wasm_path: '../data/v86.wasm',
|
||||||
autostart: true,
|
autostart: true,
|
||||||
disable_keyboard: true,
|
disable_keyboard: true,
|
||||||
})
|
})
|
||||||
@ -44,7 +45,7 @@ async function start () {
|
|||||||
}, 2000)
|
}, 2000)
|
||||||
})
|
})
|
||||||
NodePTY.vm.add_listener('download-progress', (e) => {
|
NodePTY.vm.add_listener('download-progress', (e) => {
|
||||||
this.emit('data', `\rDownloading ${e.Rg}: ${e.loaded / 1024}/${e.total / 1024} kB `)
|
this.emit('data', `\rDownloading ${e.file_name}: ${e.loaded / 1024}/${e.total / 1024} kB `)
|
||||||
})
|
})
|
||||||
NodePTY.vm.add_listener('download-error', (e) => {
|
NodePTY.vm.add_listener('download-error', (e) => {
|
||||||
this.emit('data', '\r\nDownload error\r\n')
|
this.emit('data', '\r\nDownload error\r\n')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user