mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 01:09:26 +00:00
Enable multi-value handling in Singlepass compiler
This commit is contained in:
@ -89,9 +89,6 @@ impl Compiler for SinglepassCompiler {
|
||||
}
|
||||
_ => None,
|
||||
};
|
||||
if compile_info.features.multi_value {
|
||||
return Err(CompileError::UnsupportedFeature("multivalue".to_string()));
|
||||
}
|
||||
let calling_convention = match target.triple().default_calling_convention() {
|
||||
Ok(CallingConvention::WindowsFastcall) => CallingConvention::WindowsFastcall,
|
||||
Ok(CallingConvention::SystemV) => CallingConvention::SystemV,
|
||||
|
Reference in New Issue
Block a user