summaryrefslogtreecommitdiff
path: root/wasm/setjmp.c
AgeCommit message (Expand)Author
2023-11-23[wasm] Avoid malloc during longjmpYuta 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-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] add asyncify based setjmp, fiber, register scan emulationYuta Saito