Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 640 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 640 Bytes

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.