1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Get speedtest1.js working with WASMFS/OPFS.

FossilOrigin-Name: 40e60f570d4f489d58d12e27c1c067b41d6c5a5e374c5fce0baa8881ef183216
This commit is contained in:
stephan
2022-09-06 20:17:15 +00:00
parent 100b496dd2
commit 8fc8b5b35f
6 changed files with 107 additions and 53 deletions

View File

@@ -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;
};