summaryrefslogtreecommitdiff
path: root/wasm/setjmp.c
Commit message (Expand)AuthorAgeFilesLines
* [wasm] Allocate asyncify buffer on heap to save stack usageYuta Saito2023-05-161-2/+5
* [wasm] Fix `unreachable` error during printing setjmp trace messageYuta Saito2023-05-141-11/+26
* [wasm] vm.c: stop unwinding to main for every vm_exec call by setjmpYuta Saito2022-02-181-0/+70
* * expand tabs. [ci skip]git2022-01-191-1/+1
* [wasm] add asyncify based setjmp, fiber, register scan emulationYuta Saito2022-01-191-0/+134