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

runtimes/js: worker pooling #1652

Merged
merged 13 commits into from
Dec 18, 2024
Prev Previous commit
Next Next commit
fix gateway codegen
  • Loading branch information
eandre committed Dec 14, 2024
commit d8fccca433778db605691cc4fb4ac75b4d8d16fd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { {{bind_name}} as {{encoreNameToIdent encore_name}}Impl } from {{toJSON

const gateways = [
{{#each gateways}}
{{encore_name}}Impl,
{{encoreNameToIdent encore_name}}Impl,
{{/each}}
];

Expand Down