Snapchat / djinni

A tool for generating cross-language type declarations and interface bindings. Djinni's new home is in the Snapchat org.
Apache License 2.0
179 stars 50 forks source link

[Wasm] Propagate stack traces for djinni Futures #115

Closed bkotsopoulossc closed 2 years ago

bkotsopoulossc commented 2 years ago

Follow up to https://github.com/Snapchat/djinni/pull/72. We currently are dropping the JS error stack traces when using Futures. A mechanism was added to carry along the info, we're just not using it for futures.

PTAL @LiFengSC