Creating a WebAssembly module instance with JavaScript

This is the 1st article in a 3-part series of articles with code cartoons that illustrate how to get started running WebAssembly modules in the … Read more

Similar

A sandbox for JavaScript made in JS

# NullBox ##About Nullbox is a sandbox for JS made in JS. It provides corescript which adds some features such as emulation of events, utils and Buffer (100% JS). Its named NullBox because of the method to initialize the context of sandbox. (more…)

Read more »