mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
8 lines
125 B
WebAssembly Text Format
8 lines
125 B
WebAssembly Text Format
(module
|
|
(func (export "call")
|
|
(loop $inf (br $inf)) ;; just run out of gas
|
|
(unreachable)
|
|
)
|
|
(func (export "deploy"))
|
|
)
|