visual studio code - How to build and run wasm using emscripten and vscode -


firstly if don't mind please refer following links:

above links provide simple guidance appropriate examples.but stackoverflow question , hackernoon links embeded emscripten vscode creating task in vscode.

question

how set visual studio code(a.k.a vscode) emscripten framework in order compile .c or .cpp (c/c++ functions/data) emcc/em++ , generate required .wasm (webassembly bytecode) .js and.html source. there external .js , .html files required in run-time too. how can achieve in windows environment ? (using external bat command , vscode tasks can helpful,i have no clear idea)

if can provide step step procedure it's helpful. thank you.


Comments