binaryen-sys 0.13.0

Bindings to the binaryen library
Documentation
1
2
3
4
5
6
7
8
9

// This is all terrible

#ifndef _WIN32
#define LLVM_ON_UNIX
#endif

// Use simple std:: based atomics, no windows specifics
#define LLVM_THREADING_USE_STD_CALL_ONCE 1