Todo
-add index entries
-Relaxed Memory Model¶
The execution of a WebAssembly program gives rise to a trace of events. WebAssembly’s relaxed memory model constrains the observable behaviours of the program’s execution by defining a consistency condition on the trace of events.
Note
A relaxed memory model is necessary to describe the behaviour of programs exhibiting shared memory concurrency. WebAssembly’s relaxed memory model is heavily based on those of C/C++11 and JavaScript. -The relaxed memory model decribed here is derived from the following article: 1.
+The relaxed memory model decribed here is derived from the following article: 1.