This repository was archived by the owner on Mar 25, 2018. It is now read-only.

Description
With V8 working on WebAssembly and the big announcement I wonder in what ways we could leverage WebAssembly in NG?
It sounds like another tool available for our toolbox - and I wonder what we can do with it?
Ideas:
- Move modules to web assembly? (Possibly from C++)
- Allow
requireing WebAssembly through require?
Concerns:
- How do we interop with it from Node/io.js code?
- How do user packages interop with it?