mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 06:31:32 +00:00
Stub out support for V128 in the C API for now.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user