mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 04:28:01 +00:00
89194f0e70
* Print more detailed error when instrumentation fails * Apply suggestions from code review Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> * Check contents of debug buffer * Fix test Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
7 lines
201 B
WebAssembly Text Format
7 lines
201 B
WebAssembly Text Format
;; A valid contract which does nothing at all but imports an invalid function
|
|
(module
|
|
(import "invalid" "invalid_88_99" (func (param i32 i32 i32)))
|
|
(func (export "deploy"))
|
|
(func (export "call"))
|
|
)
|