wasm-learning icon indicating copy to clipboard operation
wasm-learning copied to clipboard

ocr issue

Open cymqqqq opened this issue 4 years ago • 1 comments

Problem: Interpretation of the code: "let mut host_temp_input_filename = String::from("/tmp/");"?

cymqqqq avatar Feb 01 '21 08:02 cymqqqq

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 [email protected] 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 https://github.com/second-state/wasm-learning/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACUNQJWCD3LMBB2XNH3MTS4ZSI5ANCNFSM4W4L6Y5A .

-- Michael Yuan, PhD Fast, safe, portable and serverless Rust programs on Node.js, or as a FaaS http://SecondState.io http://cloud.secondstate.io

juntao avatar Feb 01 '21 11:02 juntao