Fix warnings

This commit is contained in:
bakaq
2024-09-06 17:56:12 -03:00
parent ada9ba98cc
commit d32f3ee2f3
17 changed files with 10 additions and 214 deletions

View File

@@ -40,8 +40,6 @@ mod repl_helper;
mod targets;
pub(crate) mod types;
use instructions::instr;
#[cfg(target_arch = "wasm32")]
use wasm_bindgen::prelude::*;