Skip to content

Latest commit

 

History

History

interference

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Interference effect

An AssemblyScript example. Colin Eberhardt's and Ben Smith's WebAssembly interference effect, if it was written in AssemblyScript and utilizing 32-bit floating point math.

Instructions

First, install the development dependencies:

$> npm install

Now, to build assembly/index.ts to an untouched and an optimized .wasm including their respective .wat representations, run:

$> npm run asbuild

Afterwards, run

$> npm start

to start a local server.