google-apis-rs / generator

A binding and CLI generator for all google APIs
Apache License 2.0
71 stars 14 forks source link

How to do it for WASM #32

Open arn-the-long-beard opened 3 years ago

arn-the-long-beard commented 3 years ago

Hello guys :smile: !

I am using rust on front_end with Wasm and I cannot use reqwest in this context because I need maximum optimization regarding the size of the compiled code and I do have my own client to use from my front end framework.

Your job is amazing by the way :smile: but I have challenges to understand the flow because new to this, so I have few questions after I show my requirements:

Here are the challenges:

Now the questions :wink: :

Thanks :wink: !