mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
Renamed wasmer_runtime to wasmer_vm
This commit is contained in:
2
lib/api/src/externals/global.rs
vendored
2
lib/api/src/externals/global.rs
vendored
@@ -6,7 +6,7 @@ use crate::GlobalType;
|
||||
use crate::Mutability;
|
||||
use crate::RuntimeError;
|
||||
use std::fmt;
|
||||
use wasmer_runtime::{Export, ExportGlobal, VMGlobalDefinition};
|
||||
use wasmer_vm::{Export, ExportGlobal, VMGlobalDefinition};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Global {
|
||||
|
||||
Reference in New Issue
Block a user