summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2025-04-17 17:30:57 +0100
committerAndrew Clayton <a.clayton@nginx.com>2025-04-17 17:31:47 +0100
commit5e6b6ed2b02ce4503b4373fe2c92d2f59bfe849c (patch)
tree9002f0554654f0847234360e4e7c74c496ce05d7 /README
parentf65925acc60bc12b83dd80eda1d18557274cad98 (diff)
downloadproject_blackbird-5e6b6ed2b02ce4503b4373fe2c92d2f59bfe849c.tar.gz
project_blackbird-5e6b6ed2b02ce4503b4373fe2c92d2f59bfe849c.tar.bz2
README: Update libclang_rt.builtins-wasm32.a install command
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 57a4290..0a0345c 100644
--- a/README
+++ b/README
@@ -48,11 +48,11 @@ libclang_rt.builtins-wasm32.a
For either of the above you will also need the libclang wasm32-wasi runtime
library, this can be done with
-# mkdir $(dirname $(clang -print-runtime-dir))/wasi && wget -O- https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-24/libclang_rt.builtins-wasm32-wasi-24.0.tar.gz | tar --strip-components=1 -xvzf - -C $(dirname $(clang -print-runtime-dir))
+# mkdir $(dirname $(clang -print-runtime-dir))/wasi && wget -O- https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/libclang_rt.builtins-wasm32-wasi-25.0.tar.gz | tar --no-same-owner --strip-components=1 -xvzf - -C $(dirname $(clang -print-runtime-dir))/wasi
That will install the following, path may vary slightly
-/usr/lib/clang/18/lib/wasi/libclang_rt.builtins-wasm32.a
+/usr/lib/clang/20/lib/wasi/libclang_rt.builtins-wasm32.a
**NOTE:** If you get a major clang version update, you may need to repeat
that last task.