mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 06:01:33 +00:00
Add "auto" backend to change the backend depending on the wasm file size
This commit is contained in:
@ -265,6 +265,7 @@ fn requires_pre_validation(backend: Backend) -> bool {
|
||||
Backend::Cranelift => true,
|
||||
Backend::LLVM => true,
|
||||
Backend::Singlepass => false,
|
||||
Backend::Auto => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user