porting pcsclite c library to emscripten and winscard.h

2017-12-09 Thread Nick Khan
Hi folks Would it be possible to port pcsclite c library into javascript? I have looked into nbind. I am getting stuck where emscripten does not have a winscard.h nor can it port windows.h seeing its a win32 specific api. Here's the library i like to port to javascript. basically the goal is to

Re: Can't get hello_world.c to work.

2017-12-09 Thread Alon Zakai
Building libc can take some time, how long did you wait? (it's only done once, but that one time can take a while) I'd also look at CPU and memory usage when it's building it. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe

Re: Linking wasm modules with wasm-merge ?

2017-12-09 Thread letz
The problem was in my code. I succeeded running the final wasm-merged code in the browser. But beside very simple cases where I see a gain, using this emcc compiled fast-code code merged with the Faust generated wasm modules shows big regressions (like 2 to 4 times slower...), I don't

Re: Remove ASYNCIFY?

2017-12-09 Thread Soeren Balko
I loved the concept, but found it to be impractical for our code base (heaps of function pointers), which dramatically went up in size. We ended up using the normal event loop approach that unwinds the stack "manually". Going forward, I believe that using a sync/async bridge that uses the