aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/common/whwasmutil.js
Commit message (Collapse)AuthorAge
...
* Cut the speedtest1 runtime of the OPFS VFS proxy by approximately 3/4ths via ↵stephan2022-09-19
| | | | | xRead/xWrite buffer-copying optimizations. Still slower than the WASMFS impl by approx. 1/5th. FossilOrigin-Name: fb7f287310d74a3e236125ae9c49b859f9263c29ae85161c1bcf9dd0778d8a51
* Get speedtest1.js working with WASMFS/OPFS.stephan2022-09-06
| | | FossilOrigin-Name: 40e60f570d4f489d58d12e27c1c067b41d6c5a5e374c5fce0baa8881ef183216
* Initial build of speedtest1.wasm and speedtest1.html with which to run it.stephan2022-09-06
| | | FossilOrigin-Name: 4441535e3e54dc1881f700fa3878964eb8554a6790fd6aa32945f7cc104a8467
* wasm util: remove superfluous function.bind() calls to eliminate a level of ↵stephan2022-08-30
| | | | | call() indirection. FossilOrigin-Name: 1aab9627983ef0f016b01f78564e79cf815ed14d4b1b6dc04ec627b96f1b2f70
* Add get/setPtrValue() to the common wasm utils.stephan2022-08-29
| | | FossilOrigin-Name: 24d70fc458c6002d5ff3c9f8ce7c66bde299b32aca6417c2dd1236e1412b036d
* Corrected TextDecoder.decode() usage to run when its input references a ↵stephan2022-08-13
| | | | | SharedArrayBuffer. FossilOrigin-Name: d4d773405c579e7efd95be8d81fe14d71218e62e44c523d38e02f89424ba6ce8
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ↵stephan2022-08-10
ext/wasm and restructured the core API-related parts of the JS/WASM considerably. FossilOrigin-Name: 27f9da4eaaff39d1d58e9ffef7ddccf1e41b3726914f754b920e3e1fb572cba6