From 5dc8f1094eadb60df491dda52002349fb3ec112d Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Fri, 14 Oct 2022 13:05:16 +0100 Subject: [PATCH] Reference wasm-pack PR --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbddbf7..831cfe1 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ The demo was created while working on [blockprotocol/blockprotocol](https://gith rm wasm-package/.gitignore ``` + This step won’t be necessary when [rustwasm/wasm-pack#1061](https://github.com/rustwasm/wasm-pack/pull/1061) is merged and released. + 1. 🎉 Run a Node.js script that uses the `wasm-package`: ```sh