Metering does not work with LLVM backend on aarch64 #2227
Labels
bug
Something isn't working
📦 lib-compiler-llvm
About wasmer-compiler-llvm
📦 lib-middlewares
About wasmer-middlewares
🕵️ needs investigation
The issue/PR needs further investigation
priority-high
High priority issue
Milestone
Describe the bug
Running with metering middleware on arm64 produces the following error:
Steps to reproduce
The simplest way to reproduce is to replace
Cranelift
withLLVM
in tests:Test output is then:
Ideally we should probably run tests on all supported backends.
Expected behavior
Tests don't fail, no new errors on aarch64 appear.
Actual behavior
Tests fail, people question whether this is supposed to work to begin with.
The text was updated successfully, but these errors were encountered: