Rename allocator.init to store.string

This commit is contained in:
Rerumu
2022-06-19 05:38:47 -04:00
parent 2f7d7b564c
commit 508ea07aca
4 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ fn write_data_list(wasm: &Module, type_info: &TypeInfo, w: &mut dyn Write) -> Re
write!(w, "\"")?;
write!(w, "rt.allocator.init(target, offset, data)")?;
write!(w, "rt.store.string(target, offset, data)")?;
write!(w, "end ")?;
}