Tyler Rau

Results 5 comments of Tyler Rau

Turns out this repository needs to be updated for changes that have occurred in the emscripten tool chain over the years. This diff got things working for me: ```diff diff...

Something like: ```diff diff --git a/src/main.js b/src/main.js index 97fe88a..e7451df 100644 --- a/src/main.js +++ b/src/main.js @@ -5,6 +5,8 @@ const wasm_loader = require('wasm_loader') /// Module by XXX.js and XXX.wasm files const...

@HighCommander4 thanks for chiming in! `.clangd` seems appropriate enough for what I am trying to do. I ran a `-MJ` version of the cmake instructions via: ```sh em++ loop.cpp -MJ...

I took a crack at this, using the generated `compile_commands.json` from `cmake` I created a small process that occurs during post build to spit a useful `compile_commands.json` back to the...

thank you for leaving this open, I was definitely trying to find an answer to this