File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " emulators" ,
3
- "version" : " 8.3.3-dosasm1 " ,
3
+ "version" : " 8.3.3-dosasm2 " ,
4
4
"description" : " Emulators (dos) with standartized API" ,
5
5
"main" : " dist/out/emulators.js" ,
6
6
"types" : " dist/out/emulators.d.ts" ,
Original file line number Diff line number Diff line change 5
5
// gulpfile.ts/wasm.ts --> generateBuildInfo
6
6
7
7
export const Build = {
8
- version : "8.3.3-dosasm1 (e1a67a2ebfa984dd0bd985fc7fea0564 )" ,
9
- buildSeed : 1735268896436 ,
8
+ version : "8.3.3-dosasm1 (58531736a08ff69e3fde6f868d171413 )" ,
9
+ buildSeed : 1735270038116 ,
10
10
"wdosbox-x.wasm" : {
11
11
"size" : 6307498 ,
12
12
"gzSize" : 2296656
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export interface Emulators {
33
33
// * pathPrefix - by default emulators will load wasm modules relatively from current path,
34
34
// you should specify path prefix if you want to load them from different place
35
35
resolve_path : ( a :string ) => string ;
36
+ pathPrefix : string ;
36
37
37
38
// * version - version of emulators build
38
39
version : string ;
You can’t perform that action at this time.
0 commit comments