wasmer
wasmer copied to clipboard
🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
Describe the bug On feat_sharedmemory branch, enabling the threads::atomics test on the LLVM compiler fail on multiple place, not related to the missing Wait/Notify opcodes.
### Describe the bug On feat_sharedmemory branch, enabling the threads::atomics test on the Cranelift compiler fail on multiple place, not related to the missing Wait/Notify opcodes. Most of the fails...
### Describe the bug On feat_sharedmemory branch, enabling the threads::atomics test on the x86_64 Singlepass compiler fail on multiple place, not related to the missing Wait/Notify opcodes
### Motivation The Aarch64 backend of the Singlepass compiler doesn't have Atomic access implemented yet (x86_64 backend have the opcodes) ### Proposed solution The opcodes should be added to the...
### Motivation Once the helper function are created with #3155 , adding the opcode should be straitforward. ### Proposed solution Using the helper functions, add the 3 missing opcodes and...
### Motivation Once the helper function are created with #3155 , adding the opcode should be straitforward. ### Proposed solution Using the helper functions, add the 3 missing opcodes and...
### Motivation Once the helper function are created with #3155 , adding the opcode should be straitforward. ### Proposed solution Using the helper functions, add the 3 missing opcodes and...
### Motivation To help adding the memory.atomic.wait32, memory.atomic.wait64 and memory.atomic.notify opcode to all compilers, some helper function that will do all the traitment should be coded, similarly to how the...
### Describe the bug On the feat_sharedmemory branch, the wast test threads/imports is failling. The faillure is: ``` Error: Failed directives on tests/wast/spec/proposals/threads/imports.wast: • assert_invalid: expected "multiple tables", got "instantiation...
We need to re-enable `api/tests/sys_reference_types.rs` tests and make sure they pass