TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

(Going to be) a microkernel that implements a WebAssembly

2 点作者 uitgewis大约 7 年前

1 comment

mtgx大约 7 年前
&gt; Nebulet is a microkernel that executes WebAssembly modules instead of ELF binaries. Furthermore, it does so in ring 0 and in the same address space as the kernel, instead of in ring 3. Normally, this would be super dangerous, but WebAssembly is designed to run safely on remote computers, so it can be securely sandboxed without losing performance.<p>Running executable code from the web in ring 0 seems extremely dangerous to me. I don&#x27;t think any amount of &quot;sandboxing&quot; is going to convince me otherwise.