Skip to content

Commit 3088e63

Browse files
alexcrichtonsbc100
authored andcommitted
Add some Rust-specific values to producers sections (#78)
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`.
1 parent dc373d5 commit 3088e63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ProducersSection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ when the output of multiple compiled languages are statically linked together.
8585
* `wat`
8686
* `C`
8787
* `C++`
88+
* `Rust`
8889

8990
### Individual Tools
9091

@@ -95,6 +96,9 @@ pipeline that produces and optimizes a given wasm module.
9596
* `LLVM`
9697
* `lld`
9798
* `Binaryen`
99+
* `rustc`
100+
* `wasm-bindgen`
101+
* `wasm-pack`
98102

99103
### SDKs
100104

0 commit comments

Comments
 (0)