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
Yeah we need to talk about this one on zoom. It's because working directories need some special changes due to the limitations of the runtime - in the short term either:
zig can use the PWD environment variable for relative path
(or)
we can set the chroot flag but that would need to be added to wapm.toml
(or)
refactor wasmer runtime so that it handles working directories better
This doesn't work
But this work:
The text was updated successfully, but these errors were encountered: