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
A requirement appearing after Memory.grow(delta) asks the host to execute code after an instruction completes:
Immediately after a WebAssembly memory.grow instruction executes, perform the following steps:
[...]
There are no notes about this in the core spec, and a correct implementation of the core spec lacks APIs for this sort of hook.
While a hook can be placed in the memory store's grow implementation, this requirement cannot be fulfilled as-is.
A requirement appearing after Memory.grow(delta) asks the host to execute code after an instruction completes:
There are no notes about this in the core spec, and a correct implementation of the core spec lacks APIs for this sort of hook.
While a hook can be placed in the memory store's
grow
implementation, this requirement cannot be fulfilled as-is.For reference,
memory.grow
does not provide any such hooks.The text was updated successfully, but these errors were encountered: