Andrew Kaster
Andrew Kaster
Fixes #2533 the arm64 artifact will be called `wabt-$VERSION-ubuntu-24.04-arm.tar.gz` without any changes to the release-archive action.
Hi, GitHub recently enabled Linux arm64 hosted runners for public repos: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ To better enable projects using wabt in existing x86_64 GitHub Actions workflows to add arm64 CI jobs, it...
Currently we drop: - Browser bookmarks JSON (not currently used by Ladybird, but are used by SerenityOS Browser) - Auto-play allowlist config - Content Filter denylist config All in share/Lagom/ladybird....
The Windows_Experimental preset isn't tested in CI, so having the out of the box script runs using it is a bit weird.
In FoundationEssentials' Data class, there's a commented use of mktemp. https://github.com/swiftlang/swift-foundation/blob/5af94abeed723989842534e0a451ae07e4bd22ba/Sources/FoundationEssentials/Data/Data%2BWriting.swift#L168-L182 As the comment describes, this use is "fine" :tm:. It also describes a reason that the preferred `mkstemp` method...
This might actually be a swift toolchain issue. I had a difficult-to-debug ASAN test failure when using the swiftly toolchain. It turns out that when you have Leak Sanitizer suppressions,...
We should look into how other browsers implement seccomp and other syscall-sandboxing measures for their different process classes. We should be able to abstract this in a way that's similar...
**Describe the bug** I can only get the VsCode plugin to recognize my project if there is a compile_commands.json at the root level. In any reasonable CMake project, the CMake...
https://w3c.github.io/resource-timing/#sec-extensions-performance-interface says "Each ECMAScript global environment has ..." followed by a bunch of buffer and integer properties. > - A resource timing buffer size limit which should initially be 250...
Pulls in the commit from #65 Add a flag added in https://github.com/LadybirdBrowser/ladybird/pull/4915 to address https://github.com/LadybirdBrowser/ladybird/issues/4274