Skip to content

Commit 54fa926

Browse files
[bib] Update latex .bib file for webassembly 2.0 (#1463)
1 parent 79ef7af commit 54fa926

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

wasm-specs.bib

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
@report{WebAssemblyCoreSpecification,
1+
@report{WebAssemblyCoreSpecification1,
22
title = {{WebAssembly Core Specification}},
3+
version = {1.0},
34
editor = {Rossberg, Andreas},
45
date = {2019-12-05},
56
institution = {{W3C}},
67
url = {https://www.w3.org/TR/wasm-core-1/},
8+
langid = {english}
9+
}
10+
11+
@report{WebAssemblyCoreSpecification2,
12+
title = {{WebAssembly Core Specification}},
13+
version = {2.0},
14+
editor = {Rossberg, Andreas},
15+
date = {2022-04-19},
16+
institution = {{W3C}},
17+
url = {https://www.w3.org/TR/wasm-core-2/},
718
langid = {english},
819
note = {https://webassembly.github.io/spec/core/_download/WebAssembly.pdf}
920
}

0 commit comments

Comments
 (0)