wasm-micro-runtime/core/iwasm
TianlongLiang c820643b2b
wamrc: More friendly to print help info (#2451)
Allow wamrc to print help info like below:
```bash
wamrc --target=help
wamrc --target-abi=help
wamrc --target=<target> --cpu=help
wamrc --target=<target> --cpu=help --cpu-features=+help
```
2023-08-16 11:28:45 +08:00
..
aot Correct --heap-size option in messages (#2458) 2023-08-14 15:12:59 +08:00
common Implement wasm_externref_objdel and wasm_externref_set_cleanup (#2455) 2023-08-14 16:45:30 +08:00
compilation wamrc: More friendly to print help info (#2451) 2023-08-16 11:28:45 +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 some check issues on table operations (#2392) 2023-07-27 21:53:48 +08:00
include Implement wasm_externref_objdel and wasm_externref_set_cleanup (#2455) 2023-08-14 16:45:30 +08:00
interpreter wasm_instantiate: Fix a potential integer overflow issue (#2459) 2023-08-14 17:27:14 +08:00
libraries Build wasi-libc from source in WAMR CI (#2465) 2023-08-15 10:36:10 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00