mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 01:50:59 +01:00
Add Implemented status for the "Native Attribute for Functions" RFC (#47)
This commit is contained in:
parent
65551e937a
commit
b57bf48689
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue