mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
64effd0e6f
Small PR that introduce a new crate that will host RISC-V & wasm fixtures for testing pallet-contracts
9 lines
121 B
WebAssembly Text Format
9 lines
121 B
WebAssembly Text Format
;; An invalid module
|
|
(module
|
|
(func (export "deploy"))
|
|
(func (export "call")
|
|
;; imbalanced stack
|
|
(i32.const 7)
|
|
)
|
|
)
|