ewasm / design

Ewasm Design Overview and Specification
Apache License 2.0
1.02k stars 125 forks source link

how to test the gas costs #195

Open dandelionzbx opened 5 years ago

dandelionzbx commented 5 years ago

https://github.com/ewasm/design/blob/master/determining_wasm_gas_costs.md for the link, we have found many opcodes's gas costs. But there are still many opcodes which do not have the concrete gas costs, so how to test these opcodes or whether there is some references to get these opcodes's gas costs. Thanks.