Zhang Yuning
Zhang Yuning
Do you mean `pb_codec` should be embedded in the `*_grpc.rs` files generated by the compiler?
I reproduced the issue. The error message is: ``` Error: File "inlined_snapshot/_build/C_of_clam.ml", line 415, characters 14-20: Assertion failed moonc version: v0.1.20241210+3258bad5b ```
Actually, I encountered a similar issue, but the error message is different. I used the WASM FFI in native backend by mistake: ``` fn cos(d : Double) -> Double =...