Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wasm/README.md: Add a note about the Ruby built for wasm. [ci skip] | Jun Aruga | 2022-11-11 | 1 | -0/+10 |
* | [wasm] Scan machine stack based on `ec->machine.stack_{start,end}` | Yuta Saito | 2022-11-06 | 2 | -6/+5 |
* | [wasm] get rid of workaround use of older binaryen and update to latest | Yuta Saito | 2022-07-06 | 1 | -2/+1 |
* | wasm/README.md: add manual config.guess download and autoconf steps | Yuta Saito | 2022-03-15 | 1 | -2/+9 |
* | [wasm] vm.c: stop unwinding to main for every vm_exec call by setjmp | Yuta Saito | 2022-02-18 | 3 | -0/+114 |
* | * expand tabs. [ci skip] | git | 2022-01-19 | 1 | -1/+1 |
* | [wasm] wasm/README.md: write a brief instruction to cross build | Yuta Saito | 2022-01-19 | 1 | -0/+54 |
* | [wasm] add unit test suite for fiber, register scan, sjlj in platform dir | Yuta Saito | 2022-01-19 | 4 | -0/+301 |
* | [wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libc | Yuta Saito | 2022-01-19 | 2 | -0/+200 |
* | [wasm] add asyncify based setjmp, fiber, register scan emulation | Yuta Saito | 2022-01-19 | 12 | -0/+576 |