Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 579 Bytes

template.md

File metadata and controls

47 lines (31 loc) · 579 Bytes

This very simple example shows usage of WebAssembly.

WebAssembly modules can be imported like other modules. Their download and compilation happens in parallel to the download and evaluation of the javascript chunk.

example.js

{{example.js}}

math.js

{{math.js}}

js/output.js

{{js/output.js}}

js/0.output.js

{{js/0.output.js}}

js/1.output.js

{{js/1.output.js}}

Info

Uncompressed

{{stdout}}

Minimized (uglify-js, no zip)

{{min:stdout}}