mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-26 23:21:35 +00:00
Add caching support for singlepass backend.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user