Add Web export presets and update Rust configuration for Emscripten

This commit is contained in:
2026-01-24 19:17:08 +01:00
parent 93200fc1aa
commit 77ae997af4
5 changed files with 263 additions and 3 deletions

View File

@@ -7,4 +7,8 @@ edition = "2024"
crate-type = ["cdylib"]
[dependencies]
godot = "0.4.5"
godot = { version = "0.4.5", features = [
"api-custom",
"experimental-wasm",
"lazy-function-tables",
] }