From b57bf486899235890fa6e6ce8498e96779e9e45c Mon Sep 17 00:00:00 2001 From: Aviral Goel Date: Mon, 22 Jul 2024 13:18:48 -0700 Subject: [PATCH] Add Implemented status for the "Native Attribute for Functions" RFC (#47) --- 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.