mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-12 08:31:21 +00:00
Renamed dynasm backend to singlepass
This commit is contained in:
@ -25,7 +25,7 @@ pub use crate::sig_registry::SigRegistry;
|
||||
#[derive(Serialize, Deserialize, Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub enum Backend {
|
||||
Cranelift,
|
||||
Dynasm,
|
||||
Singlepass,
|
||||
LLVM,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user