Unverified Commit 9e9cbab1 authored by Robin Freyler's avatar Robin Freyler Committed by GitHub
Browse files

Remove no-op reinterpret `wasmi` instructions (#518)

* cleanup bytecode test

* remove unnecessary wasmi reinterpret instructions

They did nothing before this change so we can also just remove them.
This is due to the fact that wasmi bytecode is untyped.

* move ReturnIfNez next to Return instruction

* make crate compile again after merge

* reorder match arms in executor

* revert moving ReturnIfNez variant

* add docs

Mostly to trigger CI benchmarks ...
parent 39a0930c
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