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
{{ message }}
This repository has been archived by the owner on May 1, 2021. It is now read-only.
We're currently using intertrait, which depends on linkme. While it works on Linux, macOS and Windows, it might not work elsewhere as it's platform-dependent.
In fact, there's no support for WebAssembly: dtolnay/linkme#6 and that's one of the goals for BPXE.
Another angle to look at it is to look at the actual problem this casting is solving: traversal of the BPMN document tree and being able to find nodes with a particular trait type and use them.
The text was updated successfully, but these errors were encountered:
We're currently using intertrait, which depends on linkme. While it works on Linux, macOS and Windows, it might not work elsewhere as it's platform-dependent.
In fact, there's no support for WebAssembly: dtolnay/linkme#6 and that's one of the goals for BPXE.
Potential solution: try migrating to https://github.com/Lej77/cast_trait_object
Another angle to look at it is to look at the actual problem this casting is solving: traversal of the BPMN document tree and being able to find nodes with a particular trait type and use them.
The text was updated successfully, but these errors were encountered: