testnet icon indicating copy to clipboard operation
testnet copied to clipboard

Add docs for using LLVM toolchain with Webassembly

Open jakelang opened this issue 6 years ago • 8 comments

Closes #111.

jakelang avatar Jun 20 '18 23:06 jakelang

Ping @jakelang

lrettig avatar Sep 24 '18 19:09 lrettig

@lrettig yo this PR is dead pretty much, I plan to migrate this stuff over to the readthedocs site.

jakelang avatar Sep 25 '18 02:09 jakelang

I want to rewrite this. closing

jakelang avatar Dec 04 '18 20:12 jakelang

Please don't close. I'll cherry pick from it then.

axic avatar Dec 04 '18 22:12 axic

Rebased on top of #132.

axic avatar Dec 05 '18 20:12 axic

Also needs to include a note about wasm-chisel (can copy it off the Rust PR)

axic avatar Dec 05 '18 20:12 axic

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/

axic avatar Dec 05 '18 21:12 axic

@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?

poemm avatar Dec 08 '18 19:12 poemm