Skip to content

Instantly share code, notes, and snippets.

View xavgru12's full-sized avatar
๐Ÿ˜ƒ

Xaver Gruber xavgru12

๐Ÿ˜ƒ
  • Switzerland
  • 09:38 (UTC +02:00)
View GitHub Profile
@xavgru12
xavgru12 / gist:7dfd77b4da3da86d7dadaacf49fd568b
Created March 23, 2026 19:29
wasm build without compiler
This file has been truncated, but you can view the full file.
xaver@laptop:~/code/swift-project-wasm$ ./swift/utils/build-script --skip-build-llvm --skip-build-swift --skip-build-cmark --build-wasm-stdlib --native-swift-tools-path="$SWIFT_TOOLS_PATH" --native-clang-tools-path="$SWIFT_TOOLS_PATH" --native-llvm-tools-path="$SWIFT_TOOLS_PATH"
[./swift/utils/build-script] NOTE: Using toolchain default
+ /usr/bin/cmake --version
--- Bootstrap Local CMake ---
+ /home/xaver/code/swift-project-wasm/cmake/bootstrap --no-qt-gui --parallel=16 -- -DCMAKE_USE_OPENSSL=OFF
---------------------------------------------
CMake 3.30.2, Copyright 2000-2024 Kitware, Inc. and Contributors
Found GNU toolchain
C compiler on this system is: gcc
C++ compiler on this system is: g++