wasm-micro-runtime/core/iwasm
zoraaver 8987432f36
libc-wasi: Conditionally support SYNC flags (#2581)
To make it clearer to users when synchronization behaviour is not
supported, return ENOTSUP when O_RSYNC, O_DSYNC or O_SYNC are
respectively not defined. Linux also doesn't support O_RSYNC despite the
O_RSYNC flag being defined.
2023-10-04 21:02:25 +08:00
..
aot Improve stack trace dump and fix coding guideline CI (#2599) 2023-09-29 10:52:54 +08:00
common Improve stack trace dump and fix coding guideline CI (#2599) 2023-09-29 10:52:54 +08:00
compilation aot_resolve_stack_sizes: Disable the size check for now (#2608) 2023-09-29 15:30:52 +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 nightly run sanitizer error in Fast JIT (#2601) 2023-09-27 15:41:48 +08:00
include Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
interpreter Fix label index out-of-range references in op_br_table_cache (#2615) 2023-10-03 10:33:00 +08:00
libraries libc-wasi: Conditionally support SYNC flags (#2581) 2023-10-04 21:02:25 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00