From 0afe0da8c7c52545edf49da967f13fc6b7df67e4 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Thu, 26 Jul 2018 21:58:34 -0700 Subject: [PATCH] Add writeup on https://medium.com/@lukedeniston/ember-webassembly-just-got-way-easier-1e4ec6ca40ab --- source/blog/2018-07-27-the-ember-times-issue-57.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/blog/2018-07-27-the-ember-times-issue-57.md b/source/blog/2018-07-27-the-ember-times-issue-57.md index 75e296e266..41ffe5f177 100644 --- a/source/blog/2018-07-27-the-ember-times-issue-57.md +++ b/source/blog/2018-07-27-the-ember-times-issue-57.md @@ -52,6 +52,12 @@ The first stream about writing and refactoring Ember Data's test suite already w --- +### [Ember + WebAssembly just got way easier](https://medium.com/@lukedeniston/ember-webassembly-just-got-way-easier-1e4ec6ca40ab) + +Thanks to @ef4's [ember-auto-import](https://github.com/ef4/ember-auto-import), importing Wasm modules is now a breeze! [@luketheobscure](https://github.com/luketheobscure) wrote about his experience and created a [wasm-example app](https://github.com/luketheobscure/wasm-example) in Ember. Check out his writeup on [Medium](https://medium.com/@lukedeniston/ember-webassembly-just-got-way-easier-1e4ec6ca40ab). + +--- + ## [Contributors' Corner](https://guides.emberjs.com/v3.2.0/contributing/repositories/) ---