Skip to content

Allow passing custom memory

Compare
Choose a tag to compare
@taybenlor taybenlor released this 12 Oct 13:06
· 8 commits to main since this release
6201cd8

Allows passing custom memory to a WASI instance so it can use memory provided to the binary, as well as memory exported from the binary.

Thanks to @dmarcos for the feature request and answering all my questions.