This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push: new d11a2a5e 🔄 synced local 'docs/guide/' with remote 'docs/guide/' d11a2a5e is described below commit d11a2a5e80cd0856aea4e6398a5095f2ddc819f0 Author: chaokunyang <shawn.ck.y...@gmail.com> AuthorDate: Wed Jul 23 02:05:03 2025 +0000 🔄 synced local 'docs/guide/' with remote 'docs/guide/' --- docs/guide/graalvm_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/graalvm_guide.md b/docs/guide/graalvm_guide.md index faae421d..e9bef16a 100644 --- a/docs/guide/graalvm_guide.md +++ b/docs/guide/graalvm_guide.md @@ -30,7 +30,7 @@ any extra cost, the performance is great. In order to use Fory on graalvm native image, you must create Fory as an **static** field of a class, and **register** all classes at the enclosing class initialize time. Then configure `native-image.properties` under -`resources/META-INF/native-image/$xxx/native-image.propertie` to tell graalvm to init the class at native image +`resources/META-INF/native-image/$xxx/native-image.properties` to tell graalvm to init the class at native image build time. For example, here we configure `org.apache.fory.graalvm.Example` class be init at build time: ```properties --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@fory.apache.org For additional commands, e-mail: commits-h...@fory.apache.org