• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

clang

  1. oephun

    cjc - C to Jass2 compiler

    cjc is a C to Jass2 compiler. It takes as input a .c source file and a runtime.j file and generates an output a.j file. cjc is based on Rui Ueyama's chibicc C compiler, but instead of generating x86 assembly, it generates pseudo-instructions that are implemented in Jass2. cjc is a simple code...
  2. GayPornStudio

    Building a C++ source to WASM for W3CE

    Hey, fellow wc3 modders! Prerequisites: wasi-sdk. This is the cornerstone of the whole process. It bundles a clang preconfigured to build for a proper target and has crt and stdc++ for that. Don't worry if it confuses you, you just need to download it for your OS, unpack somewhere and use...
Top