Zhangyx24 opened issue #5436:
Is there any tool that could transform cranelift IR back to Wasm binaries?
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.
cfallin closed issue #5436:
Is there any tool that could transform cranelift IR back to Wasm binaries?
Zhangyx24 commented on issue #5436:
Thanks for your answer !
Last updated: Nov 22 2024 at 16:03 UTC