-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map directory for instance #426
Comments
You're right, it is not implemented. We'd need to add a wrapper around Do you want to take a stab at it? |
@jbourassa I have the implementation ready but I don't know how to test it. The I get error:
|
|
Got it, thanks! The One last thing, when I run it with Could the |
How did you install it? Was there any error on install? I don't know what's different in my env but it worked for me:
Asking to see if something's broken so that we can fix it.
That would be my guess -- you can try the slower
Testing WASI is tricky, looking forward to seeing the specs you'll come up with! Please keep in mind that we want the test suite to be fast, so a very small Wasm would be ideal. |
Yes, the Here is the PR without tests for now. |
Is it possible to map directory for WASI instance?
I did not find any reference to this.
I need equivalent of
wasmtime run app.wasm --mapdir /guest::/host ...
The text was updated successfully, but these errors were encountered: