From 16d0e1ac65a9b05f0cd15873ce8ec2e3a2acf515 Mon Sep 17 00:00:00 2001 From: Aviral Goel Date: Tue, 9 Jul 2024 13:12:39 -0700 Subject: [PATCH] Add Implemented status for the "Native Attribute for Functions" RFC --- docs/syntax-attribute-functions-native.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/syntax-attribute-functions-native.md b/docs/syntax-attribute-functions-native.md index 05414d3..807ae51 100644 --- a/docs/syntax-attribute-functions-native.md +++ b/docs/syntax-attribute-functions-native.md @@ -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.