runtime type injection implemented #10

This commit is contained in:
fro
2017-09-25 20:14:46 +03:00
parent a6b6d75be0
commit 9be2a5bf31
5 changed files with 67 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ mod tests {
#[test]
fn nondeterminism_not() {
let module = builder::module()
.function().signature().return_type().f32().build()
.function().signature().return_type().i32().build()
.body()
.with_opcodes(elements::Opcodes::new(
vec![