ptitSeb
ptitSeb
### 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...
**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...
Fixed wasix network structure write in concordence to the read function, and to wasix-libc. Port is read as a "network endian" u16 but was wrote as a "big endian" u16,...
### Motivation Small optimisation on the Singlepass: move the zero extension logic from Codegen to Machine, so each architecture can use the best strategy ### Proposed solution Change Operator::I64ExtendI32U to...