mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Isolated emscripten in new lib
This commit is contained in:
@ -11,6 +11,7 @@ extern crate wabt;
|
||||
extern crate wasmparser;
|
||||
extern crate wasmer_clif_backend;
|
||||
extern crate wasmer_runtime;
|
||||
extern crate wasmer_emscripten;
|
||||
#[macro_use]
|
||||
extern crate target_lexicon;
|
||||
extern crate byteorder;
|
||||
@ -27,10 +28,7 @@ extern crate winapi;
|
||||
mod macros;
|
||||
#[macro_use]
|
||||
pub mod recovery;
|
||||
pub mod apis;
|
||||
pub mod common;
|
||||
#[cfg(test)]
|
||||
mod emtests;
|
||||
pub mod sighandler;
|
||||
pub mod update;
|
||||
pub mod webassembly;
|
||||
|
Reference in New Issue
Block a user