How PSPDFKit shares a common C++ codebase across iOS, Android, and Web platforms while maintaining native user experiences.
Emscripten: An LLVM-to-WebAssembly Compiler. Contribute to emscripten-core/emscripten development by creating an account on GitHub.
How PSPDFKit shares a common C++ codebase across iOS, Android, and Web platforms while maintaining native user experiences.
Learn how Nutrient shares a C++ core across iOS, Android, and Web while keeping native UI per platform — a pragmatic cross-platform approach that scales.
Designed to bring aggressive C-like optimizations to the largest variety of JavaScript programs.
Brian Bondy - Father, runner, software engineer, entrepreneur, and writer.
This is the 2nd article in a 3-part series of articles with code cartoons about running WebAssembly modules and memory safety.
Emscripten and asm.js -- and JavaScript -- have far more potential than I imagined
We take a look at the evolution of JavaScript, arguably one of the most important languages of today, and tomorrow
There's never been a better time to port a native game to the web. Here are some tips from the trenches for getting started with WebAssembly and Emscripten.
For the past few weeks, I’ve been working on a brand new project I’m happy to share with you all: Delta Lite. Delta Lite is a Swift Playground that allows you to play any NES game in the Swift Playgrounds app on your iPad. Despite being a playground, Delta Lite is essentially a complete iOS app, and it supports standard emulation features such as save states and cheat codes, as well as Delta’s unique Sustain Button functionality.
Text shaping (and font parsing) in the browser, with bi-directional shaping support.
The ramblings of a code gardener.
The ramblings of a code gardener.
A preview of our upcoming Polygon Mesh Processing Library.
Have you heard of Google Chrome Dev Summit? If you haven’t heard of it and the awesome cool things Chrome engineers have been working on…
Earlier this week my attention was brought to an article claiming that the dusk was setting for JIT compilation . Naturally, I disagree. I u...
Building an Asynchronous C++ Addon for Node.js using Nan
Some years ago I said that JavaScript is the Assembly Language of the Web. In ...