You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
As part of the ongoing work to make lucetc work for Windows, cranelift has had some APIs added to enable using cranelift-module for some of lucetc's work, rather than cranelift-faerie. To update lucetc to take advantage of those APIs, it's necessary to use the new unified wasmtime repo...which also involves dealing with the API changes between the cranelift crate versions currently in use and the upstream versions.
I'm happy to do this work (although if somebody's already in-process, I'll gladly step aside!), but are there any external constraints I need to know about before getting too far into the weeds?
As part of the ongoing work to make
lucetcwork for Windows, cranelift has had some APIs added to enable usingcranelift-modulefor some oflucetc's work, rather thancranelift-faerie. To updatelucetcto take advantage of those APIs, it's necessary to use the new unifiedwasmtimerepo...which also involves dealing with the API changes between the cranelift crate versions currently in use and the upstream versions.I'm happy to do this work (although if somebody's already in-process, I'll gladly step aside!), but are there any external constraints I need to know about before getting too far into the weeds?