@ajoydas Hera wraps 3 different wasm engines. These engines and others were benchmarked by @cdetrio and others. I would need to dig up some slides presenting results. But running evmone benchmark suite in Hera is not directly possible, because these are EVM bytecodes, not wasm.
For EVM benchmarking results see https://github.com/ewasm/benchmarking/.
how to use C++ write a wasm contract and send to ewasm testnet
or other languages
Hi, I'm new to eWasm and have been doing some reading recently to do some experimenting.
From what I have read I can run a local eWasm node using the eWasm testnet. The testnet is capable of running EVM code. Are there both EVM and eWasm compilers on the testnet? Is it possible to write a smart contract in both EVM bytecode and eWasm bytecode and compare the execution times, gas costs etc?