Jakub Konka

Results 35 issues of Jakub Konka

While setting the `BLOCK_SIZE` to `0x2000` does indeed cause a kernel panic (still not fixed in Monterey, verified a minute ago), setting it to page size used by macOS with...

Hey @fubark, first of, great work! I've had a quick poke at `build.zig` and if I understand it correctly, you rely on system build tools to build V8, correct? If...

This commit drafts out js-polyfill using `wasi-common` crate. There is a couple of issues with this PR, so I'm gonna mark it as a draft PR until all (or at...

wasi

Wasmtime is getting new API rolled out: https://github.com/bytecodealliance/wasmtime/pull/2897 It might be a good idea to refocus the efforts at migrating to it since it's breaking and the old one will...

This change integrates the project with Zig as a replacement build system to CMake. With this change, you can use Zig to easily cross-compile qjs to WASI: ``` zig build...

This PR downstreams part of a side-project I am working on, namely, a table-driven `x86_64` instruction selector and encoder. Prior to this we would hard-code the selection and encoding of...

Move to c/darwin.zig as they really are libSystem/libc imports/wrappers. As an added bonus, get rid of the nasty `usingnamespace`s which are now unneeded. Finally, add `os.ptrace` but currently only implemented...

Since #14647 landed in master, I started experiencing build failures on an M1 mac where it looked as if the output directory handle was getting closed before we could invalidate...

This patch tweaks Zig's behavior to prefer native SDK when compiling on an Apple platform for an Apple platform, if available. This also includes the `build.zig` code path in `main.zig`...

breaking
os-macos