mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
0f0b00dc1f
Add LibIPC to the Lagom build, and also implement two little test apps so we can run IPC tests on other systems.
4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
endpoint Simple {
|
|
ComputeSum(i32 a, i32 b, i32 c) => (i32 sum)
|
|
}
|