Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement UntypedValue in wasmi_core (wasmi-labs#369)
* implement UntypedValue * add missing From impls for UntypedValue * add UntypedValue::{decode_slice, encode_slice} methods This is useful to replace wasmi_v1's ReadParams and WriteResults API. * silence unused let binding warning * use UntypedValue in wasmi_v1 engine * rename StackEntry to UntypedValue Thereby we simply use UntypedValue directly, now. * add UntypedValue::{i32,i64}_eqz methods * fix docs * use UntypedValue API in engine executor for cmp instructions * rename helper methods in executor * use UntypedValue API in wasmi_v1 executor for more instructions * use more UntypedValue API for wasmi_v1 executor * apply rustfmt
- Loading branch information