Merge pull request #1045 from mstange/mstange-fix-bindgn-typo

Fix typo: wasm-bindgn -> wasm-bindgen
This commit is contained in:
Alex Crichton 2018-11-22 09:44:14 -06:00 committed by GitHub
commit 4e4a273f19
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