Get wasmtime building on Windows. (#92)
* Get wasmtime building on Windows. Requires LLVM binaries from http://releases.llvm.org/download.html at build time (bindgen).
This commit is contained in:
committed by
Dan Gohman
parent
474809f5f3
commit
f5ebdb8e6a
@@ -28,8 +28,6 @@ extern crate lazy_static;
|
||||
extern crate memoffset;
|
||||
#[macro_use]
|
||||
extern crate failure_derive;
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate winapi;
|
||||
|
||||
mod export;
|
||||
mod imports;
|
||||
|
||||
Reference in New Issue
Block a user