diallow unused wasm_instance

This commit is contained in:
Valery Antopol 2023-02-20 23:32:39 +03:00
parent ebd32c3468
commit 631e7f67db

View File

@ -92,8 +92,6 @@ impl<WB: WasmBackend> Callable<WB> {
type ExportFunctions<WB> = HashMap<SharedString, Arc<Callable<WB>>>;
pub(crate) struct MModule<WB: WasmBackend> {
// Used to get WASI state
#[allow(unused)]
wasm_instance: Box<<WB as WasmBackend>::Instance>,
export_funcs: ExportFunctions<WB>,