From 4c44f7d2db72331e52daa90f730b1bacf5ea2da3 Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Thu, 22 Nov 2018 10:34:31 -0500 Subject: [PATCH] Fix typo: wasm-bindgn -> wasm-bindgen --- guide/src/reference/browser-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/reference/browser-support.md b/guide/src/reference/browser-support.md index 1ecc1e36..7362ea61 100644 --- a/guide/src/reference/browser-support.md +++ b/guide/src/reference/browser-support.md @@ -1,6 +1,6 @@ # Supported Browsers -The output of `wasm-bindgn` includes a JS file, and as a result it's good to +The output of `wasm-bindgen` includes a JS file, and as a result it's good to know what browsers that file is expected to be used in! By default the output uses ES modules which isn't implemented in all browsers today, but when using a bundler (like Webpack) you should be able to produce output suitable for all