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