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

feat(plugin_runner): support shared wasix runtime #7504

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

kwonoj
Copy link
Member

@kwonoj kwonoj commented Jun 7, 2023

Description:
ref: wasmerio/wasmer#3966 (comment)

If the host of the plugin runner have an initialized runtime, wasix creates a conflict as default runtime attempt to create a new one. This PR exposes a new compile time flag to indicate to use shared one if available. This could be a runtime flag, but did not want to bring tokio as direct dep when it's unused..

@kwonoj kwonoj force-pushed the feat-shared-runtime branch 2 times, most recently from 38d38f5 to d0e19e2 Compare June 7, 2023 18:25
Copy link
Member

@kdy1 kdy1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

swc-bump:

  • swc_plugin_runner

@kdy1 kdy1 added this to the Planned milestone Jun 8, 2023
@kdy1 kdy1 enabled auto-merge (squash) June 8, 2023 02:18
@kdy1 kdy1 merged commit 73929fc into swc-project:main Jun 8, 2023
125 checks passed
@kdy1 kdy1 modified the milestones: Planned, v1.3.63 Jun 12, 2023
@swc-project swc-project locked as resolved and limited conversation to collaborators Jul 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants