wizard-engine
wizard-engine copied to clipboard
Implementing Atomic Load and Store Bytecodes in Fast Interpreter
Atomic Load and Store Bytecode Implementations
Implements the following bytecodes in fast interpreter:
-
I32_ATOMIC_LOAD -
I64_ATOMIC_LOAD -
I32_ATOMIC_LOAD8_U -
I32_ATOMIC_LOAD16_U -
I64_ATOMIC_LOAD8_U -
I64_ATOMIC_LOAD16_U -
I64_ATOMIC_LOAD32_U -
I32_ATOMIC_STORE -
I64_ATOMIC_STORE -
I32_ATOMIC_STORE8 -
I64_ATOMIC_STORE8 -
I32_ATOMIC_STORE16 -
I64_ATOMIC_STORE16
Add regression tests for atomic store bytecodes.