Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [wasm] get rid of workaround use of older binaryen and update to latest | Yuta Saito | 2022-07-06 | 1 | -2/+1 |
| | | | | | We no longer need to use older version of binaryen since the blocker issue has been resolved https://github.com/WebAssembly/binaryen/issues/4401 | ||||
* | wasm/README.md: add manual config.guess download and autoconf steps | Yuta Saito | 2022-03-15 | 1 | -2/+9 |
| | | | | | | | | Autoconf distributed with Ubuntu 22.04 is very old and doesn't support WASI as an OS, so add instructions to download the latest config.guess, then run `./autogen.sh`. See also: https://github.com/ruby/chkbuild/commit/2297012efd6364f6fde45f54531b6fc0f0838ec9 | ||||
* | [wasm] wasm/README.md: write a brief instruction to cross build | Yuta Saito | 2022-01-19 | 1 | -0/+54 |