From b3c85c3548ac3c56f0cf0f3ace36a6f3de3bf823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 14 Feb 2023 15:53:00 +0100 Subject: feat(node): stabilize Node-API (#17553) This commit stabilizes Node-API, the "--unstable" flag is no longer required to load native extensions. "--allow-ffi" permission is still required to load them. --- test_napi/tests/napi_tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'test_napi/tests') diff --git a/test_napi/tests/napi_tests.rs b/test_napi/tests/napi_tests.rs index cba96079e..747f6aa27 100644 --- a/test_napi/tests/napi_tests.rs +++ b/test_napi/tests/napi_tests.rs @@ -31,7 +31,6 @@ fn napi_tests() { .arg("--allow-env") .arg("--allow-ffi") .arg("--allow-run") - .arg("--unstable") .spawn() .unwrap() .wait_with_output() -- cgit v1.2.3