mirror of
https://github.com/fluencelabs/interface-types
synced 2025-07-02 16:11:38 +00:00
feat(interface-types) Rename write-utf8
to string-to-memory
.
This commit is contained in:
@ -203,8 +203,8 @@ where
|
||||
instructions::call_export((*export_name).to_owned(), instruction_name)
|
||||
}
|
||||
Instruction::MemoryToString => instructions::memory_to_string(instruction_name),
|
||||
Instruction::WriteUtf8 { allocator_name } => {
|
||||
instructions::write_utf8((*allocator_name).to_owned(), instruction_name)
|
||||
Instruction::StringToMemory { allocator_index } => {
|
||||
instructions::string_to_memory(*allocator_index, instruction_name)
|
||||
}
|
||||
|
||||
Instruction::I32ToS8 => instructions::i32_to_s8(),
|
||||
|
Reference in New Issue
Block a user