We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60facfb commit 2a43534Copy full SHA for 2a43534
README.md
@@ -16,3 +16,7 @@ should take place in
16
[the WebAssembly design repository](https://github.com/WebAssembly/design)
17
first, so that this spec repository can remain focused. And please follow the
18
[guidelines for contributing](Contributing.md).
19
+
20
+# citing
21
22
+For citing WebAssembly in LaTeX, use [this bibtex file](wasm-specs.bib).
wasm-specs.bib
@@ -0,0 +1,9 @@
1
+@report{WebAssemblyCoreSpecification,
2
+ title = {{WebAssembly Core Specification}},
3
+ editor = {Rossberg, Andreas},
4
+ date = {2019-12-05},
5
+ institution = {{W3C}},
6
+ url = {https://www.w3.org/TR/wasm-core-1/},
7
+ langid = {english},
8
+ note = {https://webassembly.github.io/spec/core/_download/WebAssembly.pdf}
9
+}
0 commit comments