summaryrefslogtreecommitdiff
path: root/wasm
AgeCommit message (Expand)Author
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