mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
64effd0e6f
Small PR that introduce a new crate that will host RISC-V & wasm fixtures for testing pallet-contracts
6 lines
120 B
WebAssembly Text Format
6 lines
120 B
WebAssembly Text Format
;; Valid module but missing the call function
|
|
(module
|
|
(import "env" "memory" (memory 1 1))
|
|
(func (export "deploy"))
|
|
)
|