Skip to content

Commit 3d2e423

Browse files
author
Cube
authored
Merge pull request #132 from Dynamsoft/_dev
9.6.30
2 parents de5b789 + e211271 commit 3d2e423

19 files changed

+68
-68
lines changed

Api Reference.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.21
2+
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.30

README.md

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

dist/dbr-9.6.21.browser.worker.js renamed to dist/dbr-9.6.30.browser.worker.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
3.91 MB
Binary file not shown.

dist/dbr-9.6.21.full.wasm.js renamed to dist/dbr-9.6.30.full.wasm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6108,7 +6108,7 @@ var asmLibraryArg = {
61086108
"v": __embind_register_class,
61096109
"j": __embind_register_class_class_function,
61106110
"R": __embind_register_class_constructor,
6111-
"i": __embind_register_class_function,
6111+
"h": __embind_register_class_function,
61126112
"k": __embind_register_class_property,
61136113
"O": __embind_register_emval,
61146114
"u": __embind_register_float,
@@ -6138,7 +6138,7 @@ var asmLibraryArg = {
61386138
"y": _setTempRet0,
61396139
"E": _strftime,
61406140
"A": _strftime_l,
6141-
"h": _time
6141+
"i": _time
61426142
};
61436143

61446144
var asm = createWasm();
4.97 MB
Binary file not shown.

dist/dbr-9.6.21.standby.full.wasm.js renamed to dist/dbr-9.6.30.standby.full.wasm.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ if (typeof WebAssembly !== "object") {
219219
var wasmMemory;
220220

221221
var wasmTable = new WebAssembly.Table({
222-
"initial": 8397,
223-
"maximum": 8397 + 0,
222+
"initial": 8395,
223+
"maximum": 8395 + 0,
224224
"element": "anyfunc"
225225
});
226226

@@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
456456
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
457457
}
458458

459-
var DYNAMIC_BASE = 7173952, DYNAMICTOP_PTR = 1930912;
459+
var DYNAMIC_BASE = 7173824, DYNAMICTOP_PTR = 1930784;
460460

461461
var INITIAL_INITIAL_MEMORY = Module["INITIAL_MEMORY"] || 16777216;
462462

@@ -5739,9 +5739,9 @@ function _fd_write(fd, iov, iovcnt, pnum) {
57395739
}
57405740
}
57415741

5742-
var ___tm_current = 1930928;
5742+
var ___tm_current = 1930800;
57435743

5744-
var ___tm_timezone = (stringToUTF8("GMT", 1930976, 4), 1930976);
5744+
var ___tm_timezone = (stringToUTF8("GMT", 1930848, 4), 1930848);
57455745

57465746
function _gmtime_r(time, tmPtr) {
57475747
var date = new Date(HEAP32[time >> 2] * 1e3);
@@ -6262,7 +6262,7 @@ var asmLibraryArg = {
62626262
"$": __embind_register_class,
62636263
"j": __embind_register_class_class_function,
62646264
"V": __embind_register_class_constructor,
6265-
"i": __embind_register_class_function,
6265+
"h": __embind_register_class_function,
62666266
"m": __embind_register_class_property,
62676267
"S": __embind_register_emval,
62686268
"u": __embind_register_float,
@@ -6302,7 +6302,7 @@ var asmLibraryArg = {
63026302
"F": _strftime,
63036303
"E": _strftime_l,
63046304
"table": wasmTable,
6305-
"h": _time
6305+
"i": _time
63066306
};
63076307

63086308
var asm = createWasm();
3.64 MB
Binary file not shown.

dist/dbr-9.6.21.standby.wasm.js renamed to dist/dbr-9.6.30.standby.wasm.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ if (typeof WebAssembly !== "object") {
219219
var wasmMemory;
220220

221221
var wasmTable = new WebAssembly.Table({
222-
"initial": 4839,
223-
"maximum": 4839 + 0,
222+
"initial": 4836,
223+
"maximum": 4836 + 0,
224224
"element": "anyfunc"
225225
});
226226

@@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
456456
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
457457
}
458458

459-
var DYNAMIC_BASE = 6638336, DYNAMICTOP_PTR = 1395296;
459+
var DYNAMIC_BASE = 6638224, DYNAMICTOP_PTR = 1395184;
460460

461461
var INITIAL_INITIAL_MEMORY = Module["INITIAL_MEMORY"] || 16777216;
462462

@@ -5739,9 +5739,9 @@ function _fd_write(fd, iov, iovcnt, pnum) {
57395739
}
57405740
}
57415741

5742-
var ___tm_current = 1395312;
5742+
var ___tm_current = 1395200;
57435743

5744-
var ___tm_timezone = (stringToUTF8("GMT", 1395360, 4), 1395360);
5744+
var ___tm_timezone = (stringToUTF8("GMT", 1395248, 4), 1395248);
57455745

57465746
function _gmtime_r(time, tmPtr) {
57475747
var date = new Date(HEAP32[time >> 2] * 1e3);
2.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)