mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 01:09:26 +00:00
feat(singlepass): add NEON feature for arm64
This commit is contained in:
@ -180,7 +180,7 @@ impl Compiler for SinglepassCompiler {
|
||||
generator.finalize(input)
|
||||
}
|
||||
Architecture::Aarch64(_) => {
|
||||
let machine = MachineARM64::new();
|
||||
let machine = MachineARM64::new(Some(target.clone()));
|
||||
let mut generator = FuncGen::new(
|
||||
module,
|
||||
&self.config,
|
||||
|
Reference in New Issue
Block a user