Stream: git-wasmtime

Topic: wasmtime / PR #5493 Add `clif-util compile` option to out...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 28 2022 at 08:07):

samsartor opened PR #5493 from clif-util-output to main:

This PR adds a very dumb -o whatever.o option to clif-util compile using cranelift-object, so that external disassemblers, linkers, etc can be used when experimenting with cranelift. This was a stand-alone change I made while doing weirder stuff, and I thought would be nice to upstream. Not sure who should review or if it is actually desired.

The only really iffy part of the implementation IMO is the addition of the cloned method to TargetISA, but it seemed like the best way to go from a &dyn TargetIsa to the boxed trait object needed by ObjectBuilder.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2023 at 19:59):

samsartor updated PR #5493 from clif-util-output to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2023 at 20:52):

samsartor updated PR #5493 from clif-util-output to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2023 at 22:58):

samsartor updated PR #5493 from clif-util-output to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2023 at 23:18):

samsartor updated PR #5493 from clif-util-output to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2023 at 23:51):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2023 at 10:47):

bjorn3 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2023 at 20:53):

jameysharp merged PR #5493.


Last updated: Nov 22 2024 at 16:03 UTC