Trying to fix windows compilation

This commit is contained in:
Syrus
2020-07-14 17:42:24 -07:00
parent d0c345ec80
commit b3c873cd8a
6 changed files with 6 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
//! ```
//!
//! Ready?
#![cfg(feature = "llvm")]
use wasmer::{imports, wat2wasm, Instance, Module, Store, Value};
use wasmer_compiler_llvm::LLVM;