Stream: cranelift

Topic: ObjectModule creation


view this post on Zulip uwu (Mar 03 2022 at 00:54):

hi how do i create a new ObjectModule using cranelift in rust?

view this post on Zulip uwu (Mar 03 2022 at 01:10):

never mind i figured it out

view this post on Zulip bjorn3 (Mar 03 2022 at 07:12):

You need to create an ObjectBuilder first and then pass this to ObjectBackend::new.


Last updated: Nov 22 2024 at 17:03 UTC