Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:5
forks:1
updated:2026年3月11日 12:03
SKILL.md
| name | build-rust |
| description | Build Rust moq-ffi for iOS/Android targets |
All commands run from the moq-kit root directory.
cargo build --release --package moq-ffi --target aarch64-apple-ios
cargo build --release --package moq-ffi --target aarch64-apple-ios-sim
cargo ndk -t arm64-v8a build --release --package moq-ffi
cargo build --release --package libmoq
Use --profile release-with-debug instead of --release to include DWARF debug info.
mise run rust:check # tests + linting
mise run rust:fix # auto-format
Build iOS Swift package
Build Android Kotlin bindings, moq library and final library AAR file
Build and run the Android subscriber demo on a connected device
Build and run the iOS MoQ Demo on a connected device
Analyzes the staged/unstaged git files and commits them