Skip to content

Commit 864525a

Browse files
committed
keep api consistent with original
1 parent 40a3d56 commit 864525a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulators",
3-
"version": "8.3.3-dosasm1",
3+
"version": "8.3.3-dosasm2",
44
"description": "Emulators (dos) with standartized API",
55
"main": "dist/out/emulators.js",
66
"types": "dist/out/emulators.d.ts",

src/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// gulpfile.ts/wasm.ts --> generateBuildInfo
66

77
export const Build = {
8-
version: "8.3.3-dosasm1 (e1a67a2ebfa984dd0bd985fc7fea0564)",
9-
buildSeed: 1735268896436,
8+
version: "8.3.3-dosasm1 (58531736a08ff69e3fde6f868d171413)",
9+
buildSeed: 1735270038116,
1010
"wdosbox-x.wasm": {
1111
"size": 6307498,
1212
"gzSize": 2296656

src/emulators.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export interface Emulators {
3333
// * pathPrefix - by default emulators will load wasm modules relatively from current path,
3434
// you should specify path prefix if you want to load them from different place
3535
resolve_path: (a:string)=>string;
36+
pathPrefix: string;
3637

3738
// * version - version of emulators build
3839
version: string;

0 commit comments

Comments
 (0)