mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
Add LibIPC to the Lagom build, and also implement two little test apps so we can run IPC tests on other systems.
3 lines
69 B
Text
3 lines
69 B
Text
endpoint Simple {
|
|
ComputeSum(i32 a, i32 b, i32 c) => (i32 sum)
|
|
}
|