Add caching support for singlepass backend.

This commit is contained in:
losfair
2019-11-28 02:49:52 +08:00
parent dfc7163b71
commit cfa0635026
5 changed files with 127 additions and 31 deletions

View File

@ -20,6 +20,11 @@ compile_error!("This crate doesn't yet support compiling on operating systems ot
extern crate dynasmrt;
extern crate serde;
#[macro_use]
extern crate serde_derive;
#[macro_use]
extern crate dynasm;