Tagged: Javascript

0

Emscripting a C library to Wasm

From the blog of Google Developers an very interesting article on how to run C code in a modern browser via Emscripten and WebAssembly   Checkout it on Emscripting a C library to Wasm  |  Web  |  Google Developers Do you know what Emscripting is? just quote the official site Emscripten is an Open Source LLVM to JavaScript compiler. Using Emscripten you can: Compile C and C++ code into JavaScript Compile any other code that can be translated into LLVM bitcode into JavaScript. Compile the C/C++ runtimes of other languages into JavaScript, and then run code in those other languages...

0

The Difference Between React.js, React Native and React VR 

I often hear about React in an inappropriate way, this small and excellent overview is useful to understand the main features provided by the facebook library. Analysis and comparison of popular JavaScript libraries, where React.js is the main one. We explain the differences between React, React Native & React VR. Source: The Difference Between React.js, React Native and React VR | Blog Brainhub.eu