appnet-org / compiler

AppNet Compiler
https://appnet.wiki/
Apache License 2.0
7 stars 2 forks source link

Native Backend Getting Start #21

Closed jokerwyt closed 3 months ago

jokerwyt commented 3 months ago
python compiler/element_compiler_test.py --element examples/elements/echo_elements/empty.appnet --backend envoy_native --placement client --proto ping.proto --method_name PingEcho --verbose

# to compile and run the generated Envoy
/mnt/compiler/compiler/element/generated/envoy_native$ ./run.sh 
Romero027 commented 3 months ago

LGTM, feel free to merge after you address Yuyao's comment