Stream: git-wasmtime

Topic: wasmtime / issue #5436 Is there any tool that could trans...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2022 at 02:52):

Zhangyx24 opened issue #5436:

Is there any tool that could transform cranelift IR back to Wasm binaries?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2022 at 03:30):

cfallin commented on issue #5436:

What you're looking for is a "WebAssembly backend", i.e., a backend for the compiler that targets Wasm rather than another ISA (like x86 or aarch64). We have an issue to track that: #2566. Unfortunately it doesn't exist yet. I'll close this issue in favor of that one.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2022 at 03:30):

cfallin closed issue #5436:

Is there any tool that could transform cranelift IR back to Wasm binaries?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2022 at 06:58):

Zhangyx24 commented on issue #5436:

Thanks for your answer !


Last updated: Oct 23 2024 at 20:03 UTC