Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 297 Bytes

ROS2WASM Builder

This action cross-compiles a ROS 2 package to WebAssembly and uploads the built files as artifacts.

Usage

- steps:
    uses: ros2wasm/ros2wasm-builder@0.1.3
    with:
        package: 'the_target_package'
        ros_distro: 'humble'
        debug_mode: false