mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
8576937f44
* Move contracts wasm test code into separate files * Move crypto_hashes into a separate file * Load wasm code at runtime * Move wasm files * Fix wasm formatting * Update crypto_hashes file
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"))
|
|
)
|