diff --git a/README.md b/README.md index 87c7acb8..f8b11757 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,34 @@ - +
-# `wasm-bindgen` +

wasm-bindgen

-**Facilitating high-level interactions between wasm modules and JavaScript.** +

+ Facilitating high-level interactions between Wasm modules and JavaScript. +

-[![Build Status](https://dev.azure.com/rustwasm/wasm-bindgen/_apis/build/status/rustwasm.wasm-bindgen?branchName=master)](https://dev.azure.com/rustwasm/wasm-bindgen/_build/latest?definitionId=1&branchName=master) -[![](https://meritbadge.herokuapp.com/wasm-bindgen)](https://crates.io/crates/wasm-bindgen) -[![](https://img.shields.io/crates/d/wasm-bindgen.svg)](https://crates.io/crates/wasm-bindgen) -[![API Documentation on docs.rs](https://docs.rs/wasm-bindgen/badge.svg)](https://docs.rs/wasm-bindgen) + + Build Status + + Crates.io version + + Download + + docs.rs docs + +

+ Guide + | + API Docs + | + Contributing + | + Chat +

+ + Built with 🦀🕸 by The Rust and WebAssembly Working Group +
+ +## Example Import JavaScript things into Rust and export Rust things to JavaScript. @@ -61,7 +82,7 @@ greet("World!"); [**📚 Read the `wasm-bindgen` guide here! 📚**](https://rustwasm.github.io/docs/wasm-bindgen/) -You can find general documentation about Rust and WebAssembly +You can find general documentation about using Rust and WebAssembly together [here](https://rustwasm.github.io/docs). ## API Docs