Posts tagged with "web assembly"

  • Writing Hello World in Web Assembly

    Before we get into the details we’re going to define some terminology. Web Assembly was recently decided to be a finished MVP including a JavaScript API and binary format accompanied by a reference interpreter. Web Assembly is written in an s-expression syntax (wast) and then needs to be translated down to binary encoded wasm. Below is a