cargo fmt

This commit is contained in:
Felix Schütt
2022-08-29 11:44:22 +02:00
parent f2b13f10dd
commit 68939d6ce9

View File

@@ -12,10 +12,10 @@ pub use self::table::Table;
use crate::js::export::{Export, VMFunction, VMGlobal, VMMemory, VMTable};
use crate::js::exports::{ExportError, Exportable};
use crate::js::types::AsJs;
use crate::js::store::StoreObject;
use crate::js::types::AsJs;
/*
/*
use crate::js::store::InternalStoreHandle;