A Self-certifying Compilation Framework for WebAssemblyOpen Website

Published: 01 Jan 2021, Last Modified: 12 May 2023VMCAI 2021Readers: Everyone
Abstract: A self-certifying compiler is designed to generate a correctness proof for each optimization performed during compilation. The generated proofs are checked automatically by an independent proof validator. The outcome is formally verified compilation, achieved without formally verifying the compiler. This paper describes the design and implementation of a self-certifying compilation framework for WebAssembly, a new intermediate language supported by all major browsers.
0 Replies

Loading