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

Component model prepwork & RSocket alignment #449

Merged
merged 10 commits into from
Oct 12, 2023
Merged

Conversation

jsoverson
Copy link
Contributor

This PR updates to the latest wasmRS which brings in some re-alignment with RSocket and changes necessary to support component-model wasm components.

wick will remain backward-compatible with existing components, but new components will not run on older wick versions. This is not uncommon but is worth noting.

Other changes:

  • Codegen changed to make data structures consistent across operations and calls to imported components.
  • Removed the ancient native stdlib (wick:: namespace). It was never documented, only used in tests, and most operations were superseded by core:: or external components.
  • Refactored triggers out of the runtime to support upcoming component model triggers. An experimental component-model trigger has been added for command-type modules.
  • Added unary_with_outputs and generic_raw operation types to simplify common op definitions.

@fawadasaurus fawadasaurus merged commit cefb885 into main Oct 12, 2023
6 checks passed
@fawadasaurus fawadasaurus deleted the rsocket-alignment branch October 12, 2023 19:27
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.

2 participants