mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
64effd0e6f
Small PR that introduce a new crate that will host RISC-V & wasm fixtures for testing pallet-contracts
9 lines
163 B
WebAssembly Text Format
9 lines
163 B
WebAssembly Text Format
(module
|
|
(import "env" "memory" (memory 1 1))
|
|
(func (export "call")
|
|
(loop $inf (br $inf)) ;; just run out of gas
|
|
(unreachable)
|
|
)
|
|
(func (export "deploy"))
|
|
)
|