godotdot
godotdot
The issue is in the first example on this page: https://docs.rs/wasmtime/latest/wasmtime/component/macro.bindgen.html ```rust impl HelloWorldImports for MyState { // Note the `Result` return value here where `Ok` is returned back to...
### Godot version v4.0.beta1.mono.official [4ba934bf3] ### System information Windows 10 ### Issue description In Godot 4, I have to copy native dlls into the install directory of the Godot Editor,...
The following code (also implemented in this attachment: [bad_module_example.zip](https://github.com/user-attachments/files/17926231/bad_module_example.zip)) exhibits the following behavior: ``` grain main.gr File "main.gr", line 9, characters 10-20: Error: This expression has type DifferentName.Type but an...