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
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?
The text was updated successfully, but these errors were encountered:
It would probably be good to refactor that way, yeah. It might make sense to wait for the automatic code generation stuff #2414, though, since that would make this easier / take less boilerplate
While working on the C-API I wondered whether
Host
expressions can be replaced. These covermemory.grow
andmemory.size
currently, but we also have distinct kinds formemory.init
,data.drop
,memory.copy
andmemory.fill
not utilizing common base classes. Looks like refactoringHost
intoMemoryGrow
andMemorySize
would make the API more straight forward?The text was updated successfully, but these errors were encountered: