Update to wazero 1.0.0-pre.6
pkedy
released this
01 Jan 03:04
Removes context parameter to MemorySize and updates runtimes. (#47)
This removes the go context parameter from MemorySize. This was never used in practice due to the scope being very narrow, as well most memory affects happening inside native code.
This also updates runtime dependencies of wasmtime and wazero. Below are notes about wazero:
wazero [1.0.0-pre.6](https://github.com/tetratelabs/wazero/releases/tag/v1.0.0-pre.6):
* improves module compilation and initialization performance
* adds `writefs.NewDirFS` which lets you add new files.
* `path_open` `O_CREAT` flags, `path_remove_directory` `path_rename` `path_unlink_file`
* adds `NewFilesystemLoggingListenerFactory` with dramatically improved logging.
Since the previous version was 1.0.0-pre.4, this also includes changes from [1.0.0-pre.5](https://github.com/tetratelabs/wazero/releases/tag/v1.0.0-pre.5).
Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Adrian Cole <[email protected]>