stan-irl

Results 17 comments of stan-irl

> If you're happy to share, I'm curious to hear how you would see WASM fitting in to your own picture of how you'd like to use UniFFI. FWIW I've...

@CryZe did breakpoints work for you?? The devtools find my rust code but none of the standard library or cargo packages. They are all prefixed like `/cargo/...` or `/rustc/...`

got it! thankyou for the quick response 🙏

ah i got. because wasm-bindgen is actually changing the wasm when it generates the bindings but its not changing the DWARF so nothing matches up. Regular wasm doesnt do that...

@LucioFranco isnt tonic transport lower level than tower middleware? wont tonic just override the tower value?

I just confirmed that behaviour with a test. the tonic transport overrides whatever value is set in the middleware layer

im trying to write some auth middleware that listens for `UNAUTHENTICATED` and refreshes the token then retries the request. this is also not possible while a request cant be cloned...

this would honestly be awesome to have!! Theres no way to guarantee API stability between TS/JS and rust right now because you cant have build time failure for JS type...

this PR would solve the following issues: - https://github.com/rustwasm/wasm-bindgen/issues/2714 - https://github.com/rustwasm/wasm-bindgen/issues/1591 - https://github.com/rustwasm/wasm-bindgen/issues/1197