Unverified Commit 4f7356b7 authored by Michael Müller's avatar Michael Müller Committed by GitHub
Browse files

Implement Wasm validation for known issues/markers (#171)

* Implement Wasm validation for known issues/markers

* Add test for invalid panic import

* Add prefix to error markers

* Add test for ink! codegen error marker

* Implement improved linker error protocol

* Move validation into its own module

* Migrate tests to new linker error protocol

* Fix merge

* Improve code structure

* Fix formatting

* Improve code structure

* Remove mod indirection

* Replace `contains` with `starts_with`

* Add note regarding equivalent ink! type necessity

* Throw an error on invalid import function

* Add sunny day test

* Do not panic if no import section is found

* Update error message on decoding error
parent 7ff7dbe0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment