mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 22:21:32 +00:00
Use INTERNALS_SIZE
This commit is contained in:
@ -79,7 +79,7 @@ impl LocalBacking {
|
||||
dynamic_sigindices,
|
||||
local_functions,
|
||||
|
||||
internals: Internals([0; 256]),
|
||||
internals: Internals([0; INTERNALS_SIZE]),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user