Age | Commit message (Expand) | Author |
---|
2025-05-03 | wasm: increase the default Asyncify buffer size | Yuta Saito |
2025-03-31 | Fix stack pointer corruption in setjmp handler in WASI builds | 刘皓 |
2025-02-19 | [wasm] Stop using mprotect(PROT_NONE) on WASI | Yuta Saito |
2024-12-12 | [DOC] Improve formatting in Markdown files (#12322) | Alexander Momchilov |
2023-11-23 | [wasm] Avoid malloc during longjmp | Yuta Saito |
2023-11-22 | [wasm] Fix Asyncify loop exit condition for normal return (#9007) | Yuta Saito |
2023-08-08 | Simplify try-rescue loop | Nobuyoshi Nakada |
2023-08-08 | Remove unnecessary braces which make indents confusing | Nobuyoshi Nakada |
2023-05-16 | [wasm] Allocate asyncify buffer on heap to save stack usage | Yuta Saito |
2023-05-14 | [wasm] Fix `unreachable` error during printing setjmp trace message | Yuta Saito |
2022-11-11 | wasm/README.md: Add a note about the Ruby built for wasm. [ci skip] | Jun Aruga |
2022-11-06 | [wasm] Scan machine stack based on `ec->machine.stack_{start,end}` | Yuta Saito |
2022-07-06 | [wasm] get rid of workaround use of older binaryen and update to latest | Yuta Saito |
2022-03-15 | wasm/README.md: add manual config.guess download and autoconf steps | Yuta Saito |
2022-02-18 | [wasm] vm.c: stop unwinding to main for every vm_exec call by setjmp | Yuta Saito |
2022-01-19 | * expand tabs. [ci skip] | git |
2022-01-19 | [wasm] wasm/README.md: write a brief instruction to cross build | Yuta Saito |
2022-01-19 | [wasm] add unit test suite for fiber, register scan, sjlj in platform dir | Yuta Saito |
2022-01-19 | [wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libc | Yuta Saito |
2022-01-19 | [wasm] add asyncify based setjmp, fiber, register scan emulation | Yuta Saito |