wasm-micro-runtime/core/iwasm
TianlongLiang d7886953bf
memory64: Implement threads opcodes and update some APIs (#3260)
- Support threads opcodes in classic-interpreter
- Support memory64 memory in related runtime API
- Modify main function type check when it's memory64 wasm file
- Modify `wasm_runtime_invoke_native` and `wasm_runtime_invoke_native_raw` to
  handle registered native function pointer argument when memory64 is enabled
2024-03-28 16:00:56 +08:00
..
aot memory64: Implement threads opcodes and update some APIs (#3260) 2024-03-28 16:00:56 +08:00
common memory64: Implement threads opcodes and update some APIs (#3260) 2024-03-28 16:00:56 +08:00
compilation Fix aot relocation symbols not found on windows 32-bit (#3231) 2024-03-18 09:51:38 +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 GC: Add wasm_struct_obj_get_field_count API (#3236) 2024-03-18 16:26:30 +08:00
interpreter memory64: Implement threads opcodes and update some APIs (#3260) 2024-03-28 16:00:56 +08:00
libraries memory64: Implement threads opcodes and update some APIs (#3260) 2024-03-28 16:00:56 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00