Skip to content

Commit c057038

Browse files
author
Cube
authored
Merge pull request #130 from Dynamsoft/_dev
9.6.20
2 parents a5da11a + 0a2c569 commit c057038

21 files changed

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

README.md

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

dist/dbr-9.6.11.browser.worker.js renamed to dist/dbr-9.6.20.browser.worker.js

Lines changed: 1 addition & 1 deletion
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.11.standby.full.wasm.js renamed to dist/dbr-9.6.20.standby.full.wasm.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
456456
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
457457
}
458458

459-
var DYNAMIC_BASE = 7173936, DYNAMICTOP_PTR = 1930896;
459+
var DYNAMIC_BASE = 7173952, DYNAMICTOP_PTR = 1930912;
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 = 1930912;
5742+
var ___tm_current = 1930928;
57435743

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

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

dist/dbr-9.6.11.standby.wasm.js renamed to dist/dbr-9.6.20.standby.wasm.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
456456
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
457457
}
458458

459-
var DYNAMIC_BASE = 6638320, DYNAMICTOP_PTR = 1395280;
459+
var DYNAMIC_BASE = 6638336, DYNAMICTOP_PTR = 1395296;
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 = 1395296;
5742+
var ___tm_current = 1395312;
57435743

5744-
var ___tm_timezone = (stringToUTF8("GMT", 1395344, 4), 1395344);
5744+
var ___tm_timezone = (stringToUTF8("GMT", 1395360, 4), 1395360);
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)