Category "emscripten"

WebAssembly blocks the web worker thread too

This is related to the previous question WebAssembly in async code Basically, that question is about the problem of the WebAssembly blocking the main thread, a

Calling javascript function in c++ with emscripten embind

This question comes in two parts. What I want to do is to put most of my program logic in c++ classes and some view related function in js (like DOM manipulatio

Loop recursive inside a folder using Emscripten File API

How to loop files inside a folder using Emscripten? E.g., I've created data a folder '/res' (FS.mkdir('/res')) and some data temp files and subfolders inside t