WASM and meteor

Has anyone attempted to use wasm (Web Assembly) in a meteor build?

I build mathematically intense Meteor apps, but many could be more performant if key client-side algorithms were in wasm instead of js.

Any ideas how I might do that?

lets not forget that the web officially support 4 languages: HTML, JS, CSS and WASM.