Function twasm_utils::export_mutable_globals[][src]

pub fn export_mutable_globals(module: &mut Module, prefix: impl Into<String>)

Export all declared mutable globals.

This will export all internal mutable globals under the name of concat(prefix, i) where i is the index inside the range of [0..].