mirror of
https://github.com/fluencelabs/interface-types
synced 2025-04-24 23:32:13 +00:00
Instance::local_or_import(&self)
to Instance::local_or_import(&mut self)
.
It allows the instance to create or update locals/imports when the `local_or_import` function is called. It's not ideal, but fine enough for a first step.
Description
No description provided
Languages
Rust
100%