unique-network
refs/commits
e8fdadb89923
pallets/contracts/fixtures/run_out_of_gas.wat
1(module2 (func (export "call")3 (loop $inf (br $inf)) ;; just run out of gas4 (unreachable)5 )6 (func (export "deploy"))7)