Skip to content

Commit

Permalink
[bib] Update latex .bib file for webassembly 2.0 (WebAssembly#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMenetrey authored and rossberg committed Mar 1, 2023
1 parent 3f88dff commit d616d7f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion wasm-specs.bib
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
@report{WebAssemblyCoreSpecification,
@report{WebAssemblyCoreSpecification1,
title = {{WebAssembly Core Specification}},
version = {1.0},
editor = {Rossberg, Andreas},
date = {2019-12-05},
institution = {{W3C}},
url = {https://www.w3.org/TR/wasm-core-1/},
langid = {english}
}

@report{WebAssemblyCoreSpecification2,
title = {{WebAssembly Core Specification}},
version = {2.0},
editor = {Rossberg, Andreas},
date = {2022-04-19},
institution = {{W3C}},
url = {https://www.w3.org/TR/wasm-core-2/},
langid = {english},
note = {https://webassembly.github.io/spec/core/_download/WebAssembly.pdf}
}

0 comments on commit d616d7f

Please sign in to comment.