Objective: Develop a detailed pipeline for Contracts in Nim based on the eWASM Specs
People involved: @kggp1995, @AchalaSB and others from eWASM & status.im team
Goal(s):
- Develop a proper emscripten-based transpiler that can convert a
.nim program (contract) to WASM executable along with other supporting files
Detailed Workflow (Proposed/Expected):
- Writing contracts in Nim as per the eWASM Specs
- Compiling contracts using
emscripten and generating .wasm, .js, .html & other files.
- Generating
.wast from .wasm using wabt
- Getting Hex code for the contracts
- Deploy WASM "Bytecode" & generate new contract address
- Testing wast code in eWASM testnet
- Extending wast file conversion which contains gas usage and metering information
Objective: Develop a detailed pipeline for Contracts in Nim based on the eWASM Specs
People involved: @kggp1995, @AchalaSB and others from eWASM & status.im team
Goal(s):
.nimprogram (contract) to WASM executable along with other supporting filesDetailed Workflow (Proposed/Expected):
emscriptenand generating.wasm,.js,.html& other files..wastfrom.wasmusingwabt