We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error message:
[email protected]+zstd.1.5.6: error: unable to create target: 'No available targets are compatible with triple "wasm32-unknown-unknown"
warning: [email protected]+zstd.1.5.6: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-fno-exceptions" "--target=wasm32-unknown-unknown" "-I" "wasm-shim/" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-o" "/Users/huangteng/Work/zstd-wasm/target/wasm32-unknown-unknown/release/build/zstd-sys-75a246f1ac88cef3/out/690f776bf7b37aeb-huf_decompress_amd64.o" "-c" "zstd/lib/decompress/huf_decompress_amd64.S" with args clang did not execute successfully (status code exit status: 1).
The text was updated successfully, but these errors were encountered:
I just ran into this today too. Interestingly it seems to happen only on MacOS and not Debian.
Sorry, something went wrong.
Switch to zlib compression due to wasm compiler failure.
0ee5ae4
See gyscos/zstd-rs#302 Keep the zstd code for now as ultimately we would like to switch once that bug is fixed.
No branches or pull requests
error message:
[email protected]+zstd.1.5.6: error: unable to create target: 'No available targets are compatible with triple "wasm32-unknown-unknown"
warning: [email protected]+zstd.1.5.6: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-fno-exceptions" "--target=wasm32-unknown-unknown" "-I" "wasm-shim/" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-o" "/Users/huangteng/Work/zstd-wasm/target/wasm32-unknown-unknown/release/build/zstd-sys-75a246f1ac88cef3/out/690f776bf7b37aeb-huf_decompress_amd64.o" "-c" "zstd/lib/decompress/huf_decompress_amd64.S" with args clang did not execute successfully (status code exit status: 1).
The text was updated successfully, but these errors were encountered: