2018
DOI: 10.1145/3282510
|View full text |Cite
|
Sign up to set email alerts
|

Bringing the web up to speed with WebAssembly

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
19
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 30 publications
(25 citation statements)
references
References 12 publications
1
19
0
Order By: Relevance
“…Its use of binary encoding results in efficiency in size and load-time, and execution speeds that are comparative to native machine code [24]. Other principle features include it being easy to decode, hardware and platform-independent, and compact [25].…”
Section: B Webassembly and Cryptojacking Malwarementioning
confidence: 99%
“…Its use of binary encoding results in efficiency in size and load-time, and execution speeds that are comparative to native machine code [24]. Other principle features include it being easy to decode, hardware and platform-independent, and compact [25].…”
Section: B Webassembly and Cryptojacking Malwarementioning
confidence: 99%
“…Compiling a C++ library with Emscripten does not produce a ready-to-use JavaScript library automatically. Instead, Emscripten compiles to WebAssembly (19), a low-level binary format similar to x86 machine code but with additional features for security and platform-independence. Since We-bAssembly is very low level, it is difficult to use to design JavaScript web applications.…”
Section: Methodsmentioning
confidence: 99%
“…However, as the number of web users increases, the amount of data that needs to be collected and processed increases, so it is important to increase the speed of processing data to reduce the load. In order to compute faster even in the web environment, Web Assembly [7,8] was created and it is constantly evolving. In addition, Web Assembly can be used by converting to languages with data types, such as C [9], C++ [10], and Typescript [11].…”
Section: Web Assemblymentioning
confidence: 99%