teymour-aldridge opened issue #3640:
Thanks for filing a feature request! Please fill out the TODOs below.
Feature
Add support for WebAssembly to cranelift_codegen::isa
Benefit
It is a prerequisite for #2566.
Implementation
I'm not sure WebAssembly supports all the methods that https://docs.rs/cranelift-codegen/latest/cranelift_codegen/isa/trait.TargetIsa.html# requires – would it work to just use
unimplemented!
for those, or would that cause crashes?Alternatives
teymour-aldridge edited issue #3640:
Thanks for filing a feature request! Please fill out the TODOs below.
Feature
Add support for WebAssembly to cranelift_codegen::isa
Benefit
It is a prerequisite for #2566.
Implementation
Alternatives
teymour-aldridge edited issue #3640:
Feature
Add support for WebAssembly to cranelift_codegen::isa
Benefit
It is a prerequisite for #2566.
Implementation
Alternatives
akirilov-arm labeled issue #3640:
Feature
Add support for WebAssembly to cranelift_codegen::isa
Benefit
It is a prerequisite for #2566.
Implementation
Alternatives
cfallin commented on issue #3640:
Closing this in favor of #2566 -- I don't think we need a separate tracking issue for the ISA builder specifically, just for Wasm backend support in general. Thank you though!
cfallin closed issue #3640:
Feature
Add support for WebAssembly to cranelift_codegen::isa
Benefit
It is a prerequisite for #2566.
Implementation
Alternatives
Last updated: Nov 22 2024 at 16:03 UTC