File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " emulators" ,
3
- "version" : " 8.3.3-dosasm2 " ,
3
+ "version" : " 8.3.3-dosasm3 " ,
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 (58531736a08ff69e3fde6f868d171413 )" ,
9
- buildSeed : 1735270038116 ,
8
+ version : "8.3.3-dosasm3 (a0aa412d00b107b09cb42977e823b64a )" ,
9
+ buildSeed : 1735270484798 ,
10
10
"wdosbox-x.wasm" : {
11
11
"size" : 6307498 ,
12
12
"gzSize" : 2296656
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ if (typeof window !== "undefined") {
169
169
( global as any ) . emulators = emulatorsImpl ;
170
170
}
171
171
172
- import { String2jsdosCode } from "./string2jsdoskey" ;
172
+ import { String2jsdosCode , HtmlKeyCode2jsdos } from "./string2jsdoskey" ;
173
173
import { Build } from "./build" ;
174
174
import { Keys } from "./keys" ;
175
175
@@ -179,6 +179,7 @@ export function get_emulators():Emulators{
179
179
180
180
export const utils = {
181
181
String2jsdosCode,
182
+ HtmlKeyCode2jsdos,
182
183
Build,
183
184
Keys,
184
185
}
You can’t perform that action at this time.
0 commit comments