Bug 254609
Summary: | Webkit does not work with latest sqlite3 wasm builds due to missing SharedArrayBuffer | ||
---|---|---|---|
Product: | WebKit | Reporter: | frederik.bertling |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | karlcow, mark.lam, sihui_liu, webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | BrowserCompat, InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
frederik.bertling
Hi,
since some weeks sqlite3 is released as a wasm version which now runs fine on chrome and firefox. On safari and epiphany however, it does not run. There is a nice test suite available https://wasm-testing.sqlite.org/tester1-worker.html.
Using the latest epiphany nigthlies, it seems that SharedArrayBuffer or Atomics are not available: "https://wasm-testing.sqlite.org/tester1-worker.html"
I think sqlite3 on web apps is very appealing and it would be nice if it ran on webkit as well.
Thanks!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Karl Dubost
There is probably another bug opened about this to duplicate to.
Radar WebKit Bug Importer
<rdar://problem/107626675>
frederik.bertling
OPFS is working with safari 17