vlambda博客
学习文章列表

编程语言技术沙龙预告 | WebAssembly minus the Web

# 沙龙信息 #

讲座时间:2022-02-10 (周四) 19:00 (UTC+08:00) Beijing

直播链接:http://live.bilibili.com/23243046

或点击 阅读原文 跳转

# 主讲人介绍 #

Andreas Rossberg,是马克斯·普朗克软件系统研究所(马普)的首席研究员。在加入马普之前,他曾是 Google V8 的 Javascript 语言团队的负责人,也是 WebAssembly Spec 的核心设计人员。他的研究兴趣主要是类型系统,函数式编程,模块系统等。

个人主页:https://people.mpi-sws.org/~rossberg/

# 讲座概要 #

WebAssembly (a.k.a. Wasm) is a low-level virtual machine originally designed for the Web, but also used in various other environments, such as edge and cloud computing, blockchain, mobile or embedded systems, or even standalone. Rather than committing to a specific programming model, it is an abstraction overmodern hardware, making it both language- and platform-independent. Wasm is the first industrial language technology that has been designed and standardised with a complete formal specification, drawing from decades of research in the academic community. In this talk, I will give some insights into its goals, design, road map, and future directions.


END