You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using typeshare with a project that builds a wasm module that must conform to a specific interface. Once I add the typeshare crate to my dependencies for the purpose of annotating my types, my wasm module's exports become tainted:
I'm using typeshare with a project that builds a wasm module that must conform to a specific interface. Once I add the typeshare crate to my dependencies for the purpose of annotating my types, my wasm module's exports become tainted:
The culprit appears to be the
wasmbind
feature onchrono
.I have a fix/workaround that's easy enough: make
wasmbind
an optional but default feature. I'll open a PR shortly.The text was updated successfully, but these errors were encountered: