wasm-micro-runtime/core/iwasm
Wenyong Huang 4d5eb346fc
Change is_shared_memory type from bool to uint8 (#2800)
Change WASMMemoryInstance's field is_shared_memory's type from bool
to uint8 whose size is fixed, so as to make WASMMemoryInstance's size
and layout fixed and not break AOT ABI.

See discussion in https://github.com/bytecodealliance/wasm-micro-runtime/pull/2682.
2023-11-22 10:38:08 +08:00
..
aot Change is_shared_memory type from bool to uint8 (#2800) 2023-11-22 10:38:08 +08:00
common Fix configurable bounds checks typo (#2809) 2023-11-21 17:32:45 +08:00
compilation aot compiler: Fix handle next reachable if block (#2793) 2023-11-20 17:14:10 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix data/elem drop (#2747) 2023-11-18 08:50:16 +08:00
include Merge branch main into dev/wasi-libc-windows 2023-11-09 10:13:59 +08:00
interpreter Change is_shared_memory type from bool to uint8 (#2800) 2023-11-22 10:38:08 +08:00
libraries Use next generation crypto API on Windows (#2769) 2023-11-17 18:40:29 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00