Stream: StarlingMonkey

Topic: Beginner Learning WebAssembly.


view this post on Zulip asparkoffire (May 01 2025 at 19:03):

Hi, I compiled the StarlingMonkey as per the guide. However I am not able to run it through Wasmtime Go. Any suggestions would be appreciated.

view this post on Zulip bjorn3 (May 01 2025 at 19:10):

StarlingMonkey uses wasip2, which requires the wasm component model. I think wasmtime-go doesn't support the component model. Likely blocked on https://github.com/bytecodealliance/wasmtime/pull/9812

The goal is to be able to host wasm components in a wasmtime runtime embedded through the C api. This was discussed in issue #8036. Thanks to @rockwotj for the basis of the initial commit, in #7801...

Last updated: Dec 06 2025 at 07:03 UTC