Hello,
I'm trying to make something that will allow me to convert my protobuf easily (without using JsValue directly) from my wasm_bindgen.
So I've this wasm lib cf second message otherwise this one is too long.
And in generated files I've added this cf third message other wise this one is too long.
the solo problem I'm encountering is on the response the trait bound `Result<SayHelloResponse, wasm_bindgen::JsError>: IntoJsResult` is not satisfied the following other types implement trait `IntoJsResult`: Result<(), E> Result<T, E>
Any idea how to avoid that ?
Note: if I replace the return with JsValue ofc all is working well