mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
More backing work
This commit is contained in:
@ -18,6 +18,8 @@ pub extern crate nix; // re-exported for usage in macros
|
||||
extern crate rayon;
|
||||
#[cfg(windows)]
|
||||
extern crate winapi;
|
||||
#[cfg_attr(test, macro_use)]
|
||||
extern crate field_offset;
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
Reference in New Issue
Block a user