summaryrefslogtreecommitdiff
path: root/wasm
Commit message (Expand)AuthorAgeFilesLines
* [wasm] Allocate asyncify buffer on heap to save stack usageYuta Saito2023-05-162-3/+6
* [wasm] Fix `unreachable` error during printing setjmp trace messageYuta Saito2023-05-141-11/+26
* wasm/README.md: Add a note about the Ruby built for wasm. [ci skip]Jun Aruga2022-11-111-0/+10
* [wasm] Scan machine stack based on `ec->machine.stack_{start,end}`Yuta Saito2022-11-062-6/+5
* [wasm] get rid of workaround use of older binaryen and update to latestYuta Saito2022-07-061-2/+1
* wasm/README.md: add manual config.guess download and autoconf stepsYuta Saito2022-03-151-2/+9
* [wasm] vm.c: stop unwinding to main for every vm_exec call by setjmpYuta Saito2022-02-183-0/+114
* * expand tabs. [ci skip]git2022-01-191-1/+1
* [wasm] wasm/README.md: write a brief instruction to cross buildYuta Saito2022-01-191-0/+54
* [wasm] add unit test suite for fiber, register scan, sjlj in platform dirYuta Saito2022-01-194-0/+301
* [wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libcYuta Saito2022-01-192-0/+200
* [wasm] add asyncify based setjmp, fiber, register scan emulationYuta Saito2022-01-1912-0/+576