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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -