From 5b48d87b3f161bebdfd2802029a84e0f69587eb7 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:08:40 +0200 Subject: [PATCH] Update comment.txt --- comment.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comment.txt b/comment.txt index fbd796f866c5c..231b003b3d244 100644 --- a/comment.txt +++ b/comment.txt @@ -19,7 +19,7 @@ Hello World! use LLVM Install example: -WASI_SDK_PATH=`pwd`/wasi-sdk-24.0-x86_64-linux WASI_SYSROOT=`pwd`/wasi-sdk-24.0-x86_64-linux/share/wasi-sysroot ./x.py install +WASI_SDK_PATH=`pwd`/wasi-sdk-24.0-x86_64-linux WASI_SYSROOT=`pwd`/wasi-sdk-24.0-x86_64-linux/share/wasi-sysroot ./x.py install --config config.llvm.toml If you just want to run it, https://github.com/oligamiq/rust_wasm/tree/main/rustc_llvm ```