-
Notifications
You must be signed in to change notification settings - Fork 29
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
Granting access to files #17
Comments
Yes the The thinking is that eventually using interface types we can infer
or something like that? |
Oh, I missed the point that wasm binaries may also receive args ) |
Perhaps yeah! I'd prefer to not get too fancy right out the gate though, I would prefer to avoid making too many standards since this is getting to the point where it's probably good feedback for the general set of wasmtime folks to see how the CLI experience is envisioned long-term. |
any update? |
I ran into this today and wondered if we couldn't do what other nested applications do here: For example:
Sorry if this has already been discussed elsewhere. |
cargo wasi run -- --dir=.
currently fails, but it's pretty close to working. I found out that after removingarg("--")
the above command succeeds. Is it here intentionally?cargo-wasi/src/lib.rs
Lines 180 to 183 in 8d1ed31
The text was updated successfully, but these errors were encountered: