mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-12 19:05:34 +00:00
e078099687
1362: feat(interface-types) Remove allocator index from `string.lower_memory` r=Hywan a=Hywan This PR updates `string.lower_memory` to remove the allocator index. Indeed, the string pointer is assumed to be present on the stack. Also, this PR updates `string.size` to pop, and not to peek, the string to compute the length from. That way, it matches the WIT proposal. Co-authored-by: Ivan Enderlin <ivan@mnt.io> |
||
---|---|---|
.. | ||
decoders | ||
encoders | ||
interpreter | ||
ast.rs | ||
errors.rs | ||
lib.rs | ||
macros.rs | ||
vec1.rs |