How do I set up a basic C++/C compile, and then link script for emscripten builds
问题 This test if in preparation for writing a more fully fledged build module. But I need to sus out the basics first. The desire to: - build all the "object files" output to an output folder - link them into a distributable "wasm" binary and format an html page and output them to a "dist" folder. I looked at the manual in: https://kripken.github.io/emscripten-site/docs/tools_reference/emcc.html It's not as intuitive or explicitly spelled out as one would want. Below is my current simple test