mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-19 11:51:22 +00:00
Removed unnecessary lifetime
This commit is contained in:
@ -362,7 +362,7 @@ pub struct EmscriptenGlobals {
|
|||||||
pub vm_table: LocalTable,
|
pub vm_table: LocalTable,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> EmscriptenGlobals {
|
impl EmscriptenGlobals {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
// Memory initialization
|
// Memory initialization
|
||||||
let memory_type = Memory {
|
let memory_type = Memory {
|
||||||
|
Reference in New Issue
Block a user