niansa/tuxifan
niansa/tuxifan
Ohhh very cool. Thank you!
Duplicate of #346
Hey! Does this still happen?
Alright...
Just try yourself, that's often the best thing with LLMs. See whatever works best for you.
Thank you! I'll give it a try.
Sorry, forgot to comment. It is working now.
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`