gate
gate copied to clipboard
Benign remote code execution
Encompasses the Gate-specific functions and environment variables, and one or more WASI versions.
Currently it's ignored for snapshots by ResolveEntryFunc functions. Removing the export would require finding out the position of the item in the export section and writing the snapshot binary with...
Custom sections (other than gate.buffer and gate.stack) which are between the code and data sections are not included in the snapshot binary.
To replace the monitor functionality removed in commit b98ad9ddca2adb491d0eee667adab2515cf8fc7f.
Such as the removed `peer` service removed in commit 774a2b9dfd257cfea83488599571718217937fc5.
It currently makes it impossible to resume a suspended stack. Either manage to make the text mmap address known beforehand, or rewrite call stack at the last minute.