peter-toth commented on issue #13513: URL: https://github.com/apache/datafusion/issues/13513#issuecomment-2543156645
@berkaysynnada, is this sill an issue? https://github.com/rustwasm/wasm-pack/issues/1381#issuecomment-2153142927 seems to work for me too. ``` % export PATH=/opt/homebrew/Cellar/llvm/19.1.4/bin/:$PATH % clang --version Homebrew clang version 19.1.4 Target: arm64-apple-darwin23.6.0 Thread model: posix InstalledDir: /opt/homebrew/Cellar/llvm/19.1.4/bin Configuration file: /opt/homebrew/etc/clang/arm64-apple-darwin23.cfg % rustc --version --verbose rustc 1.83.0 (90b35a623 2024-11-26) binary: rustc commit-hash: 90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf commit-date: 2024-11-26 host: aarch64-apple-darwin release: 1.83.0 LLVM version: 19.1.1 % cargo clean ... % cargo build --release --target wasm32-unknown-unknown ... Compiling datafusion-wasmtest v43.0.0 (/Users/ptoth/git/apache/datafusion/datafusion/wasmtest) Finished `release` profile [optimized] target(s) in 1m 36s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org