ladybird/Lagom/SimpleIPC.ipc
Andreas Kling 0f0b00dc1f Lagom: Add a simple IPC client and server for host-side testing
Add LibIPC to the Lagom build, and also implement two little test apps
so we can run IPC tests on other systems.
2019-08-03 20:57:57 +02:00

4 lines
69 B
Plaintext

endpoint Simple {
ComputeSum(i32 a, i32 b, i32 c) => (i32 sum)
}