diff options
author | stephan <stephan@noemail.net> | 2022-09-06 20:17:15 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-09-06 20:17:15 +0000 |
commit | 8fc8b5b35f8d576f784ef42c73bf498aa12505a2 (patch) | |
tree | 2d659a615c4e091619d4a2d5358027e092260fd7 /ext/wasm/common/whwasmutil.js | |
parent | 100b496dd28f62ff12f650c0eaf4827674c5e537 (diff) | |
download | sqlite-8fc8b5b35f8d576f784ef42c73bf498aa12505a2.tar.gz sqlite-8fc8b5b35f8d576f784ef42c73bf498aa12505a2.zip |
Get speedtest1.js working with WASMFS/OPFS.
FossilOrigin-Name: 40e60f570d4f489d58d12e27c1c067b41d6c5a5e374c5fce0baa8881ef183216
Diffstat (limited to 'ext/wasm/common/whwasmutil.js')
-rw-r--r-- | ext/wasm/common/whwasmutil.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/common/whwasmutil.js b/ext/wasm/common/whwasmutil.js index f72fba72c..42f602d00 100644 --- a/ext/wasm/common/whwasmutil.js +++ b/ext/wasm/common/whwasmutil.js @@ -1482,7 +1482,7 @@ self.WhWasmUtilInstaller = function(target){ if(Array.isArray(arguments[3])) args = arguments[3]; return target.xWrap(fname, resultType, argTypes||[]).apply(null, args||[]); }; - + return target; }; |