Re: Emscripten errors when used with a React App

2017-08-09 Thread Lubo Astinov
n a > Web Worker. `dump` is an extern that comes from > https://developer.mozilla.org/en-US/docs/Web/API/Window/dump, though > the presence should always be tested first. > > 2017-08-09 20:41 GMT+03:00 Lubo Astinov <ast...@gmail.com >: > > Hi everyone, > > > > I'm

Emscripten errors when used with a React App

2017-08-09 Thread Lubo Astinov
Hi everyone, I'm new to Emscripten and I'm running into a problem which probably has a simple solution, yet I'm unable to find it. I create a basic React JS app with create-react-app. I then want to use a very simple .cpp file (just a noop at this point really, returning a constant) which I