Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add events to Schema in the call function #293

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

kpob
Copy link
Contributor

@kpob kpob commented Dec 12, 2023

  • add event_schemas to HasEvents trait
    the function is visible only for the wasm32 target.
    Using the existing function is pointless - it would be a back-and-forth conversion (EventInstance -> Event -> EventInstance). It is more appropriate to create a dedicated function for collecting EventInstances.
  • update call function

* add `event_schemas` to HasEvents trait
* update `call`  function
@kpob kpob linked an issue Dec 12, 2023 that may be closed by this pull request
@kpob kpob merged commit 2d014dd into release/0.8.0 Dec 13, 2023
1 check passed
@kpob kpob deleted the feature/macro/fill-events-schemas-in-call branch December 13, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fill events' Schemas in call.
2 participants