Re: [webkit-dev] Proposal: Dropping MSVC support and use clang-cl exclusively on Windows

2024-04-30 Thread Keith Miller via webkit-dev
+1 Cheers, Keith > On Apr 30, 2024, at 10:06 AM, Yusuke Suzuki via webkit-dev > wrote: > > Hello WebKittens! > > Right now, MSVC support is putting significant burden on JavaScriptCore. It > lacks many features for JSC development, > as a result, we have so many workarounds for MSVC in

Re: [webkit-dev] jsc bus error EXC_BAD_ACCESS with jsc-only build on Mac

2024-04-22 Thread Keith Miller via webkit-dev
Hi folks, Looks like this happened during our adoption of the BrowserEngine API. I have a PR to fix it https://github.com/WebKit/WebKit/pull/27587 There was also an unrelated build breakage for the JSCOnly port, which I also fixed in that PR. Cheers, Keith > On Apr 22, 2024, at 11:53 AM,

Re: [webkit-dev] Request for position: WebAssembly SIMD

2021-02-22 Thread Keith Miller via webkit-dev
Hi Deepti, We have not yet implemented the proposal but we generally have a positive opinion of it. I also can’t give any timeline for when it will be implemented in WebKit unfortunately. Cheers, Keith > On Feb 17, 2021, at 12:22 PM, Deepti Gandluri via webkit-dev > wrote: > > Hello, > >