Added parallel compilation (#209)

This commit is contained in:
Syrus Akbary
2019-02-25 12:03:48 -08:00
committed by Lachlan Sneff
parent 82eef13f41
commit c5c967da00
5 changed files with 45 additions and 18 deletions

View File

@ -24,6 +24,7 @@ use wasmer_runtime_core::{
#[macro_use]
extern crate serde_derive;
extern crate rayon;
extern crate serde;
use wasmparser::{self, WasmDecoder};