Stream: git-wasmtime

Topic: wasmtime / issue #7695 --dir behavior appears to change.


view this post on Zulip Wasmtime GitHub notifications bot (Dec 15 2023 at 17:44):

brendandburns added the bug label to Issue #7695.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 15 2023 at 17:44):

brendandburns opened issue #7695:

@brendandburns  /workspaces/dev-wasm-go (main) $ WASMTIME_NEW_CLI=1 wasmtime main.wasm --dir=.::.
Hello Go World!
Error writing open test.txt: errno 76
@brendandburns  /workspaces/dev-wasm-go (main) $ WASMTIME_NEW_CLI=0 wasmtime main.wasm --dir=.
Hello Go World!
Wrote file
Copied file

Note that with the old CLI the wasm program works, with the new CLI it doesn't. I'm not sure if this is on purpose, but if it is what is the correct new syntax?

Test Case

WASM file uploaded. If you want to rebuild see:
https://github.com/dev-wasm/dev-wasm-go?tab=readme-ov-file#simple-example

Versions and Environment

Wasmtime version or commit: 15.0.1

Operating system: Linux

Architecture: amd64

main.zip


Last updated: Nov 22 2024 at 16:03 UTC