summaryrefslogtreecommitdiff
path: root/wasm
AgeCommit message (Expand)Author
2023-11-23[wasm] Avoid malloc during longjmpYuta Saito
2023-11-22[wasm] Fix Asyncify loop exit condition for normal return (#9007)Yuta Saito
2023-08-08Simplify try-rescue loopNobuyoshi Nakada
2023-08-08Remove unnecessary braces which make indents confusingNobuyoshi Nakada
2023-05-16[wasm] Allocate asyncify buffer on heap to save stack usageYuta Saito
2023-05-14[wasm] Fix `unreachable` error during printing setjmp trace messageYuta Saito
2022-11-11wasm/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 latestYuta Saito
2022-03-15wasm/README.md: add manual config.guess download and autoconf stepsYuta Saito
2022-02-18[wasm] vm.c: stop unwinding to main for every vm_exec call by setjmpYuta Saito
2022-01-19* expand tabs. [ci skip]git
2022-01-19[wasm] wasm/README.md: write a brief instruction to cross buildYuta Saito
2022-01-19[wasm] add unit test suite for fiber, register scan, sjlj in platform dirYuta Saito
2022-01-19[wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libcYuta Saito
2022-01-19[wasm] add asyncify based setjmp, fiber, register scan emulationYuta Saito