diff options
author | David Barksdale <amatus@amat.us> | 2020-01-19 18:44:45 -0600 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2020-01-19 18:44:45 -0600 |
commit | 421d0471e8b1a9bb21d6cd25892a3c2b3b8af5bc (patch) | |
tree | 2a04d8d15dafcbcc5b224b56c3e2a55679276758 /src/js/window.crypto.ext.js | |
parent | a08675381220cadf62cede4017177f921e4e215b (diff) |
Update emscripten to 1.39.6
Diffstat (limited to 'src/js/window.crypto.ext.js')
-rw-r--r-- | src/js/window.crypto.ext.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/window.crypto.ext.js b/src/js/window.crypto.ext.js index 6613e2c..a92c05f 100644 --- a/src/js/window.crypto.ext.js +++ b/src/js/window.crypto.ext.js @@ -1 +1,2 @@ window.crypto.getRandomValues = function() {}; +Uint8Array.from = function() {}; |