git.delta.rocks / unique-network / refs/commits / e8fdadb89923

difftreelog

source

pallets/contracts/fixtures/run_out_of_gas.wat125 Bsourcehistory
1(module2	(func (export "call")3		(loop $inf (br $inf)) ;; just run out of gas4		(unreachable)5	)6	(func (export "deploy"))7)