Initial work on WebAssembly parser for Dynasm backend.

This commit is contained in:
losfair
2019-02-08 23:56:14 +08:00
parent 46ac4e9e1a
commit 9649219578
8 changed files with 349 additions and 1 deletions

View File

@ -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