wasm-micro-runtime/.github/workflows
Wenyong Huang a23fa9f86c
Implement memory64 for classic interpreter (#3266)
Adding a new cmake flag (cache variable) `WAMR_BUILD_MEMORY64` to enable
the memory64 feature, it can only be enabled on the 64-bit platform/target and
can only use software boundary check. And when it is enabled, it can support both
i32 and i64 linear memory types. The main modifications are:

- wasm loader & mini-loader: loading and bytecode validating process 
- wasm runtime: memory instantiating process
- classic-interpreter: wasm code executing process
- Support memory64 memory in related runtime APIs
- 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
- memory64 classic-interpreter spec test in `test_wamr.sh` and in CI

Currently, it supports memory64 memory wasm file that uses core spec
(including bulk memory proposal) opcodes and threads opcodes.

ps.
https://github.com/bytecodealliance/wasm-micro-runtime/issues/3091
https://github.com/bytecodealliance/wasm-micro-runtime/pull/3240
https://github.com/bytecodealliance/wasm-micro-runtime/pull/3260
2024-04-02 15:22:07 +08:00
..
build_docker_images.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
build_iwasm_release.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
build_llvm_libraries.yml Fix CI error when install packages for macos-14 (#3270) 2024-04-01 15:27:15 +08:00
build_wamr_lldb.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
build_wamr_sdk.yml Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
build_wamr_vscode_ext.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
build_wamrc.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
codeql_buildscript.sh Fix nightly-run CI and CodeQL CI (#3250) 2024-03-22 14:29:30 +08:00
codeql_fail_on_error.py CodeQL: Add more build combinations and disable run on PR (#3246) 2024-03-21 14:18:27 +08:00
codeql.yml Disable CodeQL on fork repo (#3262) 2024-03-28 16:17:48 +08:00
coding_guidelines.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
compilation_on_android_ubuntu.yml Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
compilation_on_macos.yml Get location info from function indexes in addr2line script (#3206) 2024-03-08 10:20:04 +08:00
compilation_on_nuttx.yml Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
compilation_on_sgx.yml Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
compilation_on_windows.yml Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
create_tag.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
hadolint_dockerfiles.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
nightly_run.yml Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
release_process.yml Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
reuse_latest_release_binaries.yml CI: Update version of checkout to suppress warnings (#3093) 2024-01-27 07:55:49 +08:00
spec_test_on_nuttx.yml Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00