Add Debug impl for EmscriptenData

This commit is contained in:
Brandon Fish
2019-01-24 00:17:43 -06:00
parent 943fc3900a
commit 9970d2871b
2 changed files with 12 additions and 3 deletions

View File

@ -136,7 +136,7 @@ mod tests {
use std::sync::Arc;
use wabt::wat2wasm;
use wasmer_clif_backend::CraneliftCompiler;
use wasmer_runtime_core::{compile_with};
use wasmer_runtime_core::compile_with;
#[test]
fn should_detect_emscripten_files() {