blob: fdfee1c22f248f0decf688bb40d324e52aec3074 (
plain)
1
2
3
4
5
6
|
// js_of_ocaml needs a special syntax for exposing variables to the compiler
// and it is not built for nodejs so we don't need the __dirname hack
//Provides: Binaryen
var Binaryen = {};
|