mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-02 15:39:32 +00:00
Remove commented-out debugging cruft.
This was made obsolete by PR #79.
This commit is contained in:
@ -36,9 +36,6 @@ use wasmer_compiler::{
|
|||||||
};
|
};
|
||||||
use wasmer_runtime::{MemoryPlan, ModuleInfo, TablePlan};
|
use wasmer_runtime::{MemoryPlan, ModuleInfo, TablePlan};
|
||||||
|
|
||||||
// TODO: debugging
|
|
||||||
//use std::io::Write;
|
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
fn wptype_to_type(ty: wasmparser::Type) -> WasmResult<Type> {
|
fn wptype_to_type(ty: wasmparser::Type) -> WasmResult<Type> {
|
||||||
match ty {
|
match ty {
|
||||||
|
Reference in New Issue
Block a user