mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-12 16:41:21 +00:00
Initial work on WebAssembly parser for Dynasm backend.
This commit is contained in:
@ -23,6 +23,7 @@ pub use crate::sig_registry::SigRegistry;
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub enum Backend {
|
||||
Cranelift,
|
||||
Dynasm,
|
||||
}
|
||||
|
||||
/// This type cannot be constructed from
|
||||
|
Reference in New Issue
Block a user