testnet icon indicating copy to clipboard operation
testnet copied to clipboard

Add docs section on compiling binaryen/wabt and interacting with ewasm-studio

Open axic opened this issue 6 years ago • 2 comments

axic avatar Dec 10 '18 17:12 axic

@axic The purpose of this documentation is to explain how to convert wasm to wast and then use the wast code to deploy a contract in ewasm studio?

hugo-dc avatar Dec 11 '18 23:12 hugo-dc

It should explain how to acquire/compile wabt and binaryen and with an example how to use wasm-dis and wasm-as.

Then separately (could be two PRs) it should explain that a deployment process is needed and ewasm-studio helps in that, but it also requires the user to upload a wast. (wasm-dis can be used to acquire that)

axic avatar Dec 12 '18 00:12 axic