Merge pull request #56 from wasmerio/feat-compiler-llvm-clean-up-comments

chore(compiler-llvm) Clean up comments
This commit is contained in:
Ivan Enderlin
2020-05-25 21:49:57 +02:00
committed by GitHub

View File

@@ -1,7 +1,3 @@
/*
use wasmer_runtime_core::parse::{wp_type_to_type, LoadError};
use wasmer_runtime_core::types::Type;
*/
use wasm_common::Type;
use wasmer_compiler::wasmparser::Type as WpType;
use wasmer_compiler::wasmparser::TypeOrFuncType as WpTypeOrFuncType;