mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
diallow unused wasm_instance
This commit is contained in:
parent
ebd32c3468
commit
631e7f67db
@ -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>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user