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
Describe the bug
The arm64 compilation causes a panic. The address mode is not supported.
Caused in the file: internal/engine/wazevo/backend/isa/arm64/machine.go Method: resolveAddressingModeLine341
The addressing mode "addressModeKindRegUnsignedImm12" is not supported here.
Adding "addressModeKindRegUnsignedImm12" to the switch statement (without any logic) solves the issue (Not 100% tested yet - I don't even know if this is the correct solution)
To Reproduce
I have currently no wasm file which I can share.
Expected behavior
The compilation process should execute without errors.
Environment (please complete the relevant information):
Describe the bug
The arm64 compilation causes a panic. The address mode is not supported.
Caused in the file: internal/engine/wazevo/backend/isa/arm64/machine.go
Method: resolveAddressingMode Line 341
The addressing mode "addressModeKindRegUnsignedImm12" is not supported here.
Adding "addressModeKindRegUnsignedImm12" to the switch statement (without any logic) solves the issue (Not 100% tested yet - I don't even know if this is the correct solution)
To Reproduce
I have currently no wasm file which I can share.
Expected behavior
The compilation process should execute without errors.
Environment (please complete the relevant information):
Thanks!
The text was updated successfully, but these errors were encountered: