mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-05-30 15:51:05 +00:00
runtime type injection implemented #10
This commit is contained in:
@@ -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![
|
||||
|
||||
Reference in New Issue
Block a user