Starting from 28, wasi-sdk/share/wasi-sysroot/share only contains the libc++ directory, and thus no longer wasm32-wasi, wasm32-wasi-threads, wasm32-wasip1, wasm32-wasip1-threads en wasm32-wasip2.
I make use of the wasm32-wasi directory as the following argument to clang: --allow-undefined-file=/opt/wasi-sdk/share/wasi-sysroot/share/wasm32-wasi/defined-symbols.txt. And because these directories are no longer included in the release tar this is no longer an option for me. Am I doing something incorrect?
Starting from 28,
wasi-sdk/share/wasi-sysroot/shareonly contains thelibc++directory, and thus no longerwasm32-wasi,wasm32-wasi-threads,wasm32-wasip1,wasm32-wasip1-threadsenwasm32-wasip2.I make use of the
wasm32-wasidirectory as the following argument to clang:--allow-undefined-file=/opt/wasi-sdk/share/wasi-sysroot/share/wasm32-wasi/defined-symbols.txt. And because these directories are no longer included in the release tar this is no longer an option for me. Am I doing something incorrect?