webstackers / meetup

Information and Organization for the Tucson Web Stackers Meetup.
10 stars 0 forks source link

WebAssembly and Emscripten #23

Open limulus opened 5 years ago

limulus commented 5 years ago

I’ve recently started a small project that makes use of WebAssembly and Emscripten to make use of an open source C library (PCRE2) from within Node.js (or a browser). I had some misconceptions about what WebAssembly was (I thought it was standardized executable bitcode format for JavaScript), and I’ve learned a bit about how to use it and what its limitations are. So this might a topic I could speak about if there is interest.