Add Implemented status for the "Native Attribute for Functions" RFC

This commit is contained in:
Aviral Goel 2024-07-09 13:12:39 -07:00
parent b14fb7798f
commit 16d0e1ac65

View file

@ -1,5 +1,7 @@
# Native Attribute for Functions
**Status**: Implemented
## Summary
This RFC proposes a function-level `@native` attribute to request native compilation for individual functions, independent of the script-level `--!native` comment directive.