Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
[misc] Add latex .bib file (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
NANASHI0X74 authored Jun 8, 2020
1 parent 60facfb commit 2a43534
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ should take place in
[the WebAssembly design repository](https://github.com/WebAssembly/design)
first, so that this spec repository can remain focused. And please follow the
[guidelines for contributing](Contributing.md).

# citing

For citing WebAssembly in LaTeX, use [this bibtex file](wasm-specs.bib).
9 changes: 9 additions & 0 deletions wasm-specs.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@report{WebAssemblyCoreSpecification,
title = {{WebAssembly Core Specification}},
editor = {Rossberg, Andreas},
date = {2019-12-05},
institution = {{W3C}},
url = {https://www.w3.org/TR/wasm-core-1/},
langid = {english},
note = {https://webassembly.github.io/spec/core/_download/WebAssembly.pdf}
}

0 comments on commit 2a43534

Please sign in to comment.