Files
pezkuwi-subxt/substrate/frame/contracts/fixtures/run_out_of_gas.wat
T
2020-05-25 17:25:57 +02:00

8 lines
125 B
WebAssembly Text Format

(module
(func (export "call")
(loop $inf (br $inf)) ;; just run out of gas
(unreachable)
)
(func (export "deploy"))
)