Content tagged webassembly
WebAssembly is a web standard that defines a binary format and a corresponding assembly-like text format for executable code in Web pages. It is meant to enable executing code nearly as quickly as running native machine code.
Our first blog post on performance focused on the runtime engine performance. Whilst upgrading our code for the new runtime, we also made some key improvements...
Audio codec support has been a thorn in our side for years. It was a problem when we first got going in 2011, and six years later, browser support Is'nt a whole...
When we first announced Construct 3 , we said we'd focus on redesigning the editor, and carry over the same runtime as Construct 2. This was a wise choice given...
The Spectre security vulnerability has left many companies scrambing to mitigate it. Along with other browser vendors, Apple worked quickly to add some mitigati...
I'm having a lit bit of difficulty in releasing my app. Whenever I try to open it on my Android emulator I get this screen: ]. When I uploaded it to beta versio...
We can't run our HTML5 game on iOS (but runs on Mac). Apple broke WebAssembly and are leaving it broken. ]iOS 11.2.2 and 11.2.5b6 WebAssembly regression (error...
Has anyone used c++ in Construct 3? I suppose it is possible to do it through WebAssembly and JS modules. If it is possible, it will be very good! C++ works mor...