Closed
Description
While working on the C-API I wondered whether Host
expressions can be replaced. These cover memory.grow
and memory.size
currently, but we also have distinct kinds for memory.init
, data.drop
, memory.copy
and memory.fill
not utilizing common base classes. Looks like refactoring Host
into MemoryGrow
and MemorySize
would make the API more straight forward?
Metadata
Metadata
Assignees
Labels
No labels