Result: Rust and Webassembly for Fast, Secure, and Reliable Software
Title:
Rust and Webassembly for Fast, Secure, and Reliable Software
Authors:
Source:
Proceedings of the 33rd International DAAAM Symposium 2022 ''Intelligent Manufacturing & Automation''. 33:165-171
Publisher Information:
2023.
Publication Year:
2023
Subject Terms:
Document Type:
Conference
Conference object
ISSN:
1726-9679
Accession Number:
edsair.dedup.wf.002..2c8f1d892aa39e54be5d89b6178f43a1
Database:
OpenAIRE
Further Information
Rust is a new systems programming language that promises to overcome the seemingly fundamental tradeoff between high-level safety guarantees and low-level control over resource management. WebAssembly (Wasm) is a new binary instruction format for a stack-based virtual machine, it is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications. This paper explores these two new technologies and how they interact with each other. Our findings showed that the combination of those two technologies could revolutionize the way the entire industry design fast and secure software.