wasmi/src/validation
Sergey Pepyakin 7c88c6ad65
Fix br_table validation (#67)
Fixes #63

Fix is simple: all labels refered by the br_table instruction must have same value type (or NoResult in case if they don't have result). So we just take the default label and check other labels against it.
2018-02-23 18:00:16 +03:00
..
context.rs Initial commit 2018-01-17 19:54:06 +03:00
func.rs Fix br_table validation (#67) 2018-02-23 18:00:16 +03:00
mod.rs Memory units (#42) 2018-02-09 16:45:21 +03:00
tests.rs Initial commit 2018-01-17 19:54:06 +03:00