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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
I've got a component which executes as a command via main(), after which exported functions may be called as part of an extended lifecycle for the application.
I'm finding that while these executions work correctly, and wasi-logging works correctly, printf only works correctly during the main() function, and after that its output is being entirely swallowed.
Here's a repo demonstrating the case - https://github.com/guybedford/wasi-command-export-printf. It's still a largeish component for Spidermonkey, I could possibly reduce it further, but perhaps the above is enough to track.
The text was updated successfully, but these errors were encountered:
It should build against the version of wasm-tools from the main branch currently. If that's still not working I can try and come up with a simpler replication.
I've got a component which executes as a command via
main()
, after which exported functions may be called as part of an extended lifecycle for the application.I'm finding that while these executions work correctly, and
wasi-logging
works correctly,printf
only works correctly during themain()
function, and after that its output is being entirely swallowed.Here's a repo demonstrating the case - https://github.com/guybedford/wasi-command-export-printf. It's still a largeish component for Spidermonkey, I could possibly reduce it further, but perhaps the above is enough to track.
The text was updated successfully, but these errors were encountered: