Question: Would it be possible to provide a bundle in a CDN?
Hi,
I've used sql.js-httpvfs for some hobby projects and just tried sqlite-wasm-http, and it looks nice!
However, most my needs are small things that don't require any kind of build process. I usually try to avoid bundling if possible. I can of course keep bundling this library for myself, but being able to include it from a public CDN with a single script tag would have its benefits.
I'm no expert in JS stuff, but apparently Workers in scripts loaded from different origins have some limitations, would this be a problem? I wouldn't need any async support myself, but are Workers still a technical requirement from Sqlite side?
Any other issues that would prevent using from a CDN?
Thanks!
关闭于 2024-10-15 6 条评论