wasm-micro-runtime/.github/workflows
Ben Riegel fca81fcd98
Add Rust Formatters to Debugger (Vector, Map etc.) (#2219)
This PR adds LLDB formatters so that variables are human-readable when debugging
Rust code in VS Code. This includes Tuple, Slice, String, Vector, Map, Enum etc.

It also distributes a standalone Python version with LLDB. This solution enables high
portability, so Ubuntu 20.04 and 22.04 can for example still be supported with the
same build since glibc is statically linked in the Python build, also making it easier to
support more operating systems in the future.

Known Issues: Enum types are not displayed correctly. 

For more details, refer to:
https://github.com/bytecodealliance/wasm-micro-runtime/pull/2219
2023-06-14 19:53:51 +08:00
..
build_docker_images.yml Update release notes and fix issues reported by Coverity (#1813) 2022-12-20 14:37:07 +08:00
build_iwasm_release.yml Fix compilation errors of workload xnnpack and meshoptimizer (#2081) 2023-03-30 21:15:21 +08:00
build_llvm_libraries.yml Add gh api call for fetching llvm version (#1942) 2023-02-09 07:49:07 +08:00
build_wamr_lldb.yml Add Rust Formatters to Debugger (Vector, Map etc.) (#2219) 2023-06-14 19:53:51 +08:00
build_wamr_sdk.yml Add CIs to release new version and publish binary files (#1648) 2022-10-28 13:55:41 +08:00
build_wamr_vscode_ext.yml build_wamr_vscode_ext.yml: vsce publish only on the official repo (#2130) 2023-04-19 19:39:01 +08:00
build_wamrc.yml Fix compilation errors of workload xnnpack and meshoptimizer (#2081) 2023-03-30 21:15:21 +08:00
coding_guidelines.yml Fix minor typos in coding guidelines workflow (#1943) 2023-02-09 03:25:35 +08:00
compilation_on_android_ubuntu.yml Add asan and ubsan to WAMR CI (#2161) 2023-05-26 09:45:37 +08:00
compilation_on_macos.yml CI: More precise trigger paths for github actions (#2157) 2023-04-27 18:31:39 +08:00
compilation_on_nuttx.yml Nuttx CI: Ignore the expired certificate for riscv gcc toolchain (#2222) 2023-05-17 15:15:23 +08:00
compilation_on_sgx.yml Enhance linux-sgx CI (#2102) 2023-05-24 17:41:45 +08:00
compilation_on_windows.yml CI: More precise trigger paths for github actions (#2157) 2023-04-27 18:31:39 +08:00
create_tag.yml Update messages/comments to refer the new place of the version definition (#2133) 2023-04-18 21:09:18 +08:00
nightly_run.yml Add asan and ubsan to WAMR CI (#2161) 2023-05-26 09:45:37 +08:00
release_process.yml Fix several issues in CI binary releasing (#2064) 2023-03-26 12:19:45 +08:00
reuse_latest_release_binaries.yml Add CIs to release new version and publish binary files (#1648) 2022-10-28 13:55:41 +08:00
spec_test_on_nuttx.yml Nuttx CI: Ignore the expired certificate for riscv gcc toolchain (#2222) 2023-05-17 15:15:23 +08:00