mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
Merge branch 'master' into feature/improve-thread-safety-of-core-types
This commit is contained in:
2
lib/api/src/externals/global.rs
vendored
2
lib/api/src/externals/global.rs
vendored
@@ -7,7 +7,7 @@ use crate::Mutability;
|
||||
use crate::RuntimeError;
|
||||
use std::fmt;
|
||||
use std::sync::Arc;
|
||||
use wasmer_runtime::{Export, ExportGlobal, Global as RuntimeGlobal};
|
||||
use wasmer_vm::{Export, ExportGlobal, Global as RuntimeGlobal};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Global {
|
||||
|
||||
Reference in New Issue
Block a user