Stub out support for V128 in the C API for now.

This commit is contained in:
Nick Lewycky
2019-07-02 17:01:50 -07:00
parent bb30434392
commit f4af4e387d
3 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,7 @@ pub unsafe extern "C" fn wasmer_instance_call(
tag: wasmer_value_tag::WASM_F64,
value: wasmer_value { F64: x },
},
_ => panic!("not implemented"),
};
results[0] = ret;
}