wasmer icon indicating copy to clipboard operation
wasmer copied to clipboard

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

Results 551 wasmer issues
Sort by recently updated
recently updated
newest added

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.

🐞 bug
priority-medium

### 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...

🐞 bug
priority-medium

### 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

🐞 bug
priority-medium

### 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...

🎉 enhancement
priority-medium

### 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...

🎉 enhancement
priority-medium

### 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...

🎉 enhancement
priority-medium

### 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...

🎉 enhancement
priority-medium

### 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...

🎉 enhancement
priority-medium

### 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...

🐞 bug
priority-medium

We need to re-enable `api/tests/sys_reference_types.rs` tests and make sure they pass

priority-medium