Approaches the field from a naive perspective to find out where compiler and loader need to improve.
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. Should also automatically launch a browser.