Merge pull request #452 from jacktuck/patch-1

Fixed 301 link to wasm-bindgen
pull/451/head^2
Lukáš Hozda [magnusi] 7 years ago committed by GitHub
commit 230f05a88d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -315,7 +315,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
* [d-unseductable/ruru](https://github.com/d-unseductable/ruru) — native Ruby extensions written in Rust [<img src="https://api.travis-ci.org/d-unseductable/ruru.svg?branch=master">](https://travis-ci.org/d-unseductable/ruru)
* [tildeio/helix](https://github.com/tildeio/helix) — write Ruby classes in Rust [<img src="https://api.travis-ci.org/tildeio/helix.svg?branch=master">](https://travis-ci.org/tildeio/helix)
* Web Assembly
* [alexcrichton/wasm-bindgen](https://github.com/alexcrichton/wasm-bindgen) A project for facilitating high-level interactions between wasm modules and JS. [<img src="https://api.travis-ci.org/alexcrichton/wasm-bindgen.svg?branch=master">](https://travis-ci.org/alexcrichton/wasm-bindgen)]
* [rustwasm/wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) A project for facilitating high-level interactions between wasm modules and JS. [<img src="https://api.travis-ci.org/rustwasm/wasm-bindgen.svg?branch=master">](https://travis-ci.org/rustwasm/wasm-bindgen)]
### IDEs

Loading…
Cancel
Save