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
We would need to implement basic CFA (control flow analysis) for generating the binding metadata. Compiler error (unless custom binding metadata is provided). At this phase we don’t allow stuff like variable assignments, passing a resource as an argument, returning a resource…
Component
Compiler
The text was updated successfully, but these errors were encountered:
Community Note
Feature Spec
Wing compiler would now automatically generate the least privileged permissions for captured resources.
Use Cases
See the discussion on #76
Implementation Notes
We would need to implement basic CFA (control flow analysis) for generating the binding metadata. Compiler error (unless custom binding metadata is provided). At this phase we don’t allow stuff like variable assignments, passing a resource as an argument, returning a resource…
Component
Compiler
The text was updated successfully, but these errors were encountered: