wasm-micro-runtime/core/iwasm
dongsheng28849455 250829c0cc
Set is_vram_word_align as false in aot_const_str_set_insert function (#3271)
Set `is_vram_word_align` as false in aot_const_str_set_insert function when
`const char *name` is not from vram required word_align reading.
2024-04-02 14:17:30 +08:00
..
aot Set is_vram_word_align as false in aot_const_str_set_insert function (#3271) 2024-04-02 14:17:30 +08:00
common Add lock and ref_count for runtime init (#3263) 2024-04-01 12:39:46 +08:00
compilation Append \0 to every name string in aot name section (#3249) 2024-03-26 14:27:20 +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 Refactor APIs and data structures as preliminary work for Memory64 (#3209) 2024-03-12 11:38:50 +08:00
include Implement apis to set and get the name of a wasm module (#3254) 2024-03-26 12:10:13 +08:00
interpreter Fix dynamic offset not updated in op_br for block with ret type (#3269) 2024-04-01 15:40:20 +08:00
libraries Add wasi_ephemeral_nn module support (#3241) 2024-03-21 21:05:34 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00