Skip to content

Commit bc77d34

Browse files
committed
Add fixes suggested by Ben Newmann
1 parent 08b2e1b commit bc77d34

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

src/thesis.bib

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ @online{Isabelle
8989

9090
@online{AsmJs,
9191
title = {asm.js - frequently asked questions},
92-
author = {},
9392
date = {2013},
9493
url = {http://asmjs.org/faq.html},
9594
urldate = {2020-04-12}
@@ -98,7 +97,7 @@ @online{AsmJs
9897
@manual{AsmJsSpec,
9998
title = {asm.js},
10099
subtitle = {Working Draft},
101-
author = {},
100+
year = {2014},
102101
date = {2014-08-18},
103102
url = {http://asmjs.org/spec/latest/},
104103
urldate = {2020-04-12}
@@ -107,6 +106,7 @@ @manual{AsmJsSpec
107106
@misc{AsmJsResig,
108107
title = {Asm.js: The JavaScript Compile Target},
109108
author = {John Resig},
109+
year = {2013},
110110
date = {2013-04-03},
111111
url = {https://johnresig.com/blog/asmjs-javascript-compile-target/},
112112
urldate = {2020-04-12}
@@ -115,7 +115,7 @@ @misc{AsmJsResig
115115
@misc{AboutEmscripten,
116116
title = {About Emscripten},
117117
author = {The Emscripten Project},
118-
date = {2020},
118+
year = {2020},
119119
url = {https://emscripten.org/docs/introducing_emscripten/about_emscripten.html},
120120
urldate = {2020-04-12}
121121
}
@@ -124,6 +124,7 @@ @misc{HistoryWasmTalk
124124
title = {History of WebAssembly},
125125
subtitle = {Chrome University 2019},
126126
author = {Alon Zakai},
127+
year = {2020},
127128
date = {2020-02-07},
128129
url = {https://www.youtube.com/watch?v=6r0NKEQqkz0},
129130
urldate = {2020-04-12}
@@ -132,6 +133,7 @@ @misc{HistoryWasmTalk
132133
@misc{WasiTalk,
133134
title = {Bringing WebAssembly outside the web with WASI},
134135
author = {Lin Clark},
136+
year = {2019},
135137
date = {2019-09-06},
136138
url = {https://www.youtube.com/watch?v=fh9WXPu0hw8},
137139
urldate = {2020-04-12}
@@ -140,6 +142,7 @@ @misc{WasiTalk
140142
@misc{LightbeamTalk,
141143
title = {Lightbeam Wasm Compiler},
142144
author = {Jack Fransham},
145+
year = {2019},
143146
date = {2019-06-24},
144147
url = {https://www.youtube.com/watch?v=q8c5n_1dQm4},
145148
urldate = {2020-04-12}
@@ -148,6 +151,7 @@ @misc{LightbeamTalk
148151
@misc{IntroducingLightbeam,
149152
title = {{Introducing Lightbeam: An Optimising Streaming WebAssembly Compiler}},
150153
author = {Jack Fransham},
154+
year = {2019},
151155
date = {2019-05-04},
152156
url = {http://troubles.md/lightbeam/},
153157
urldate = {2020-04-19}
@@ -156,6 +160,7 @@ @misc{IntroducingLightbeam
156160
@misc{WasmNotStackMachine,
157161
title = {{WebAssembly Troubles part 1: WebAssembly Is Not a Stack Machine}},
158162
author = {Jack Fransham},
163+
year = {2019},
159164
date = {2019-01-30},
160165
url = {http://troubles.md/posts/wasm-is-not-a-stack-machine/},
161166
urldate = {2020-04-19}
@@ -362,7 +367,7 @@ @online{Pwn2OwnMillerInterview
362367

363368
@online{CISASecuringWebBrowser,
364369
title = {Securing Your Web Browser},
365-
author = {United States Cybersecurity \& Infrastructure Security Agency},
370+
author = {{United States Cybersecurity \& Infrastructure Security Agency}},
366371
url = {https://us-cert.cisa.gov/publications/securing-your-web-browser},
367372
urldate = {2020-07-13}
368373
}

src/thesis.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
\tablespagefalse
2323
\ackspagetrue
2424

25+
\hyphenation{Web-Assembly}
26+
2527
\Abstract{% TODO
2628
WebAssembly is a modern low-level programming language designed to provide
2729
high performance and security.

0 commit comments

Comments
 (0)