Implement native WebRtcTest validation (#96)
Some checks failed
Native code generation / deterministic (push) Failing after 2m5s
Imaging and meshing gate / native (push) Failing after 5m37s
JPEG 2000 feature / linux (push) Successful in 2m49s
Native Rust workspace compile / compile (push) Failing after 17m32s
Skia feature / linux (push) Successful in 31m32s

This commit is contained in:
2026-08-11 15:46:30 +00:00
parent da4afec708
commit 66f10baa1b
14 changed files with 4280 additions and 17 deletions

View File

@@ -1,3 +1,3 @@
fn main() -> std::process::ExitCode {
libremetaverse_programs::pending_program("WebRtcTest")
libremetaverse_programs::webrtc_test::main_entry()
}