Stream: general

Topic: Wasmtime as web script engine


view this post on Zulip Wu Yu Wei (Jul 09 2025 at 04:20):

A few weeks ago, I found wasmtime has complete GC support now. I can't help but wonder if we could use it as web script engine again. Here's the blog post of my current concept, and the example can be found in here. I'd like to get some feedback about how feasible it is. If so, I'll try a mvp of Node tree and see if we could pass to Servo's layout to produce some display lists to render.

This month’s v27.0 release of Wasmtime—the fast, secure, and standards-compliant WebAssembly (Wasm) runtime—includes enhancements such as completed support for the new Wasm garbage collection proposal, a PyTorch backend for wasi-nn, link...
A WebAssembly-based script engine. Contribute to wusyong/ohim development by creating an account on GitHub.
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications. - servo/servo

Last updated: Dec 06 2025 at 05:03 UTC