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
We use inkwell on the wasmer project. After an update from the 0.1.0-beta4 to latest 0.1.0, the build on macOS x86_64 is failing.
Wasmer create a custom section named __TEXT,wasmer_function and it seems this section is not found durring the link.
Mmmm, I retested and in fact, it break Wasmer both on x86_64 and aarch64. I think the issue is that, in the case of Wasmer, we have __TEXT,wasmer_function, so a section name that already contains a ,, and in that case it should not be added to the name.
I'll work on a solution that test if the section name already have a , in it or not
Describe the Bug
We use inkwell on the wasmer project. After an update from the 0.1.0-beta4 to latest 0.1.0, the build on macOS x86_64 is failing.
Wasmer create a custom section named
__TEXT,wasmer_function
and it seems this section is not found durring the link.This is probably due to this commit 3917e32
It should be noted that only the x86_64 macOS platform is impacted. All other platform are fine, including ARM64 macOS.
To Reproduce
No easy way to reproduce. The log can be found here: https://github.com/wasmerio/wasmer/actions/runs/4053796572/jobs/6993591076 but it's quite a big log.
The text was updated successfully, but these errors were encountered: