niansa/tuxifan

Results 303 comments of niansa/tuxifan

Ohhh very cool. Thank you!

Hey! Does this still happen?

Just try yourself, that's often the best thing with LLMs. See whatever works best for you.

For reference, here's a `CMakeLists.txt` for compiling C++ into WASM with Clang: ```cmake # CMakeLists.txt cmake_minimum_required(VERSION 3.15) project(gw2modules LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON) set(CMAKE_EXE_LINKER_FLAGS "-Wl,--no-entry -Wl,--allow-undefined -Wl,--export-all...

Nope, says `Skipping CPU adapter: llvmpipe (LLVM 17.0.6, 256 bits)` for me.

`VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/lvp_icd.i686.json wine game32.exe`