Skip to content

Commit 23b46f6

Browse files
author
Cube
authored
Merge pull request #127 from Dynamsoft/_dev
9.6.10
2 parents fdb0b82 + 73da2f8 commit 23b46f6

22 files changed

+85
-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.2
2+
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.10

README.md

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

dist/dbr-9.6.2.browser.worker.js renamed to dist/dbr-9.6.10.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.
Binary file not shown.
File renamed without changes.
Binary file not shown.

dist/dbr-9.6.2.standby.full.wasm.js renamed to dist/dbr-9.6.10.standby.full.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": 8396,
223-
"maximum": 8396 + 0,
222+
"initial": 8397,
223+
"maximum": 8397 + 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 = 7173824, DYNAMICTOP_PTR = 1930784;
459+
var DYNAMIC_BASE = 7173936, DYNAMICTOP_PTR = 1930896;
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 = 1930800;
5742+
var ___tm_current = 1930912;
57435743

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

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

dist/dbr-9.6.2.standby.wasm.js renamed to dist/dbr-9.6.10.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": 4838,
223-
"maximum": 4838 + 0,
222+
"initial": 4839,
223+
"maximum": 4839 + 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 = 6638176, DYNAMICTOP_PTR = 1395136;
459+
var DYNAMIC_BASE = 6638320, DYNAMICTOP_PTR = 1395280;
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 = 1395152;
5742+
var ___tm_current = 1395296;
57435743

5744-
var ___tm_timezone = (stringToUTF8("GMT", 1395200, 4), 1395200);
5744+
var ___tm_timezone = (stringToUTF8("GMT", 1395344, 4), 1395344);
57455745

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

0 commit comments

Comments
 (0)