testnet
testnet copied to clipboard
Add docs for using LLVM toolchain with Webassembly
Closes #111.
Ping @jakelang
@lrettig yo this PR is dead pretty much, I plan to migrate this stuff over to the readthedocs site.
I want to rewrite this. closing
Please don't close. I'll cherry pick from it then.
Rebased on top of #132.
Also needs to include a note about wasm-chisel (can copy it off the Rust PR)
s2wasm
was removed in June from binaryen and apparently now clang supports the whole process by clang hello.c -o hello.wasm --target=wasm32 -nostdlib -Xlinker --no-entry -Xlinker --allow-undefined
.
Also https://aransentin.github.io/cwasm/
@jakelang Great work with this! I see so much overlap between this and https://github.com/ewasm/testnet/pull/134, including compiling llvm toolchain and binaryen. To make progress, can we merge 134, and later add contents here to the advanced section of 134?