Skip to content

v0.3.4 Godot 4.2

Compare
Choose a tag to compare
@ashtonmeuser ashtonmeuser released this 05 Mar 04:59
· 31 commits to master since this release
7ad22dd
  • FFI type inference (see #63, #64)
    Automatically cast values passed from host to guest i.e. Godot to Wasm to expected type
    Allows use of 32-bit and 64-bit Wasm integer and float types
    Type inferred for export function parameters and import function return values
  • Greater test coverage
  • Update integration test project to Godot 4.2
  • Silence Windows build flag override warning