summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoranunknowperson <54563399+anunknowperson@users.noreply.github.com>2021-03-25 12:42:52 +0700
committerGitHub <noreply@github.com>2021-03-25 12:42:52 +0700
commita3f1175f1c6fd82a74e173e7cc235f3e41dfacd2 (patch)
tree6b456f2b1b5d8ffd4c1dfd1db6813ea820d00668 /README.md
parentd7c55b1ab2606253e94db5ed3caf75f90a47d03c (diff)
downloadredot-cpp-a3f1175f1c6fd82a74e173e7cc235f3e41dfacd2.tar.gz
Update godot version in README.MD
3.2.4 -> 3.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc65309..2a2de5c 100644
--- a/README.md
+++ b/README.md
@@ -275,7 +275,7 @@ Godot headers repository for more information.
#### HTML5
-GDNative is supported on [specific exports](https://docs.godotengine.org/en/latest/tutorials/export/exporting_for_web.html#export-options) for the HTML5 platform since Godot `3.2.4`. Linking webassembly modules is currently underspecified in the standard, but [emscripten](https://emscripten.org/), which Godot uses to build the HTML5 version, implements its own linking system.
+GDNative is supported on [specific exports](https://docs.godotengine.org/en/latest/tutorials/export/exporting_for_web.html#export-options) for the HTML5 platform since Godot `3.3`. Linking webassembly modules is currently underspecified in the standard, but [emscripten](https://emscripten.org/), which Godot uses to build the HTML5 version, implements its own linking system.
To build GDNative libraries you wwill need a recent version of [emscripten](https://emscripten.org/).