|
|
|
|
|
by CorpusCalcium
3065 days ago
|
|
Sure, but that's the JS version. wasm is meant to produce smaller, less resource-intensive versions (and there is a wasm version of sqlite I believe [1]). I'd much rather see CDN and caching tech improve along with other low-level tools such as wasm and CSS Houdini to let us build whatever we'd like. I can see that being better for devs than waiting for vendors to standardize a watered-down spec for each feature we might want like SQL (and there's a lot of them). [1] https://github.com/mandel59/sqlite-wasm |
|
If WASM approach can deliver a relatively small binary with better-than-js performance, then that may be a viable alternative, thanks.