Open alienself opened 1 year ago
The project produces C++ files. It does not compile the C++ itself, so you can use the files with the emscripten compiler. @:prependContent meta can be used to prepend arbitrary text to a function, so maybe that can be used to add emscripten meta stuff/macros but I'm not sure, will have to test after this project is complete.
Okay thank you for this tip with @:prependContent! I am going to do some experimentations on my side and will report findings. Really like that this project only generates the c++, it's definitely less of a black box that is hxcpp..
How can I use this project with Emscripten / wasm compilation?