Files
pezkuwi-subxt/substrate/frame/contracts/fixtures/invalid_import.wat
T
Alexander Theißen 89194f0e70 contracts: Get rid of the dreaded Other error (#10595)
* 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>
2022-01-17 09:45:28 +00:00

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"))
)