You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust canonical ABI option syntax to be less verbose
Currently the syntax for specifying a memory with a canonical option is:
(memory (core memory $memory))
and optionally instance alias sugar can also be used:
(memory (core memory $libc "memory"))
This PR proposes changing these two syntaxes to:
(memory $memory)
(memory $libc "memory")
with the theory that the "core" part is already implied by the canonical
option itself and otherwise saying "memory" twice is redundant.
0 commit comments