Function install_string_literals

Source
fn install_string_literals(
    module: &mut Module,
    memory: MemoryId,
    reserved_start: u32,
    string_literals: &[String],
) -> (BTreeMap<String, u32>, u32)
Expand description

Install UTF-8 string literal data segments and return pointer offsets.