Fix typo: wasm-bindgn -> wasm-bindgen

This commit is contained in:
Markus Stange 2018-11-22 10:34:31 -05:00 committed by GitHub
parent 091eaa66f3
commit 4c44f7d2db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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