Stream: git-wasmtime

Topic: wasmtime / issue #3640 Add an ISA builder for Wasm


view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2022 at 12:58):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2022 at 13:00):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2022 at 13:47):

teymour-aldridge edited issue #3640:

Feature

Add support for WebAssembly to cranelift_codegen::isa

Benefit

It is a prerequisite for #2566.

Implementation

Alternatives

view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2022 at 09:12):

akirilov-arm labeled issue #3640:

Feature

Add support for WebAssembly to cranelift_codegen::isa

Benefit

It is a prerequisite for #2566.

Implementation

Alternatives

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 21:02):

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!

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 21:02):

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