Stream: wasmtime

Topic: Using the output of wasm2obj


view this post on Zulip Garrett Gu (Jan 25 2021 at 21:04):

Hi everyone!

I was just wondering what is the intended use case for "wasm2obj"? Are the object files able to be imported and run by the wasmtime runtime somehow?

Suppose I wanted to analyze a generated object and determine the structure of the vmctx that would need to be passed in by the runtime. Is there some way to achieve this?

Thanks!


Last updated: Oct 23 2024 at 20:03 UTC