Add Web export presets and update Rust configuration for Emscripten
This commit is contained in:
@@ -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",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user