Skip to content

Commit

Permalink
Add some Rust-specific values to producers sections (#78)
Browse files Browse the repository at this point in the history
Add a `Rust` language value where the "version" will likely be the
edition of the Rust code (2015 or 2018 today), and add the tools of
`rustc`, `wasm-bindgen`, and `wasm-pack`.
  • Loading branch information
alexcrichton authored and sbc100 committed Dec 11, 2018
1 parent dc373d5 commit 3088e63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ProducersSection.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ when the output of multiple compiled languages are statically linked together.
* `wat`
* `C`
* `C++`
* `Rust`

### Individual Tools

Expand All @@ -95,6 +96,9 @@ pipeline that produces and optimizes a given wasm module.
* `LLVM`
* `lld`
* `Binaryen`
* `rustc`
* `wasm-bindgen`
* `wasm-pack`

### SDKs

Expand Down

0 comments on commit 3088e63

Please sign in to comment.