wajic
wajic copied to clipboard
WebAssembly JavaScript Interface Creator
lets say I have a native program in an LLVM-targeting langauge thats written using C-FFI OpenGL bindings and SDL2 as its interface to the system (graphics output and control/window event...
This a very simple modification, for starters, warnings in yellow: var WARN = function(msg) { //console.warn('[WARNING] ' + msg); console.log('\x1b[1m\x1b[33m%s\x1b[0m', '[WARNING] ' + msg); //yellow }; There is a nice...
I cannot figure out how to separate WAJIC functions into declaration and definition so i can have them in cpp/hpp files. Is there a proper way to do this ?
Say for example that I have 2 files, `among.c` and `amongus.c`. If I try and compile this with `node wajicup.js *.c output.html` or `node wajicup.js among.c amongus.c output.html`, it compiles...
@schellingb I just tried to manually build the "system/" libraries/headers on Ubuntu 21.10 (because the prebuilt archives you provide do not work for me, I get include error..) ``` $...
I would like to use WAjic for compiling C++ libraries to JavaScript. Using one of these works fine, but when multiple scripts are used together they seem to conflict. As...
I don't know if you're still working on this at all, or if you've touched the code recently enough to help me, but I tried getting Emscripten to work and...