mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Run cargo fmt
This commit is contained in:
@@ -13,10 +13,10 @@ use std::collections::HashMap;
|
||||
use std::ffi::CStr;
|
||||
use std::ptr::NonNull;
|
||||
use std::slice;
|
||||
use wasmer_types::{entity::*, ExportIndex, MemoryIndex};
|
||||
use wasmer::{
|
||||
Exports, Extern, Function, Global, ImportObject, Instance, Memory, Module, Table, Val,
|
||||
};
|
||||
use wasmer_types::{entity::*, ExportIndex, MemoryIndex};
|
||||
|
||||
/// Opaque pointer to an Instance type plus metadata.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user