From b9223f39db432b3c3bcb27f374119665da4a8b00 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 24 Jul 2020 14:17:08 -0400 Subject: [PATCH] Note that binaryen was removed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ccd498..1d96a45 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ It's 2020, and a lot has changed. - With the advent of Webpack 5, the previous issues with using WASM in Electron have been vanquished. I can only assume some form of sorcery was involved. All examples have been updated to use the new version. - `wasm32-unknown-unknown` targets are enabled for stable Rust - The previous [`percy`](https://github.com/chinedufn/percy) example has been removed. While work continues on the project, there haven't been any releases. +- `binaryen` has been removed. - A new framework [`seed`](https://github.com/seed-rs/seed) as been added as an example. Each app is a starter example, and can be run with `yarn install && yarn start`. \ No newline at end of file