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
This creates a temp file that starts with /tmp/
The /tmp/ directory is configured in the WASI options to be accessible from
the wasm VM.
On Mon, Feb 1, 2021 at 4:40 PM Jack Choi ***@***.***> wrote:
Problem:
Interpretation of the code:
"let mut host_temp_input_filename = String::from("/tmp/");"?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACUNQJWCD3LMBB2XNH3MTS4ZSI5ANCNFSM4W4L6Y5A>
.
Problem:
Interpretation of the code:
"let mut host_temp_input_filename = String::from("/tmp/");"?
The text was updated successfully, but these errors were encountered: