Releases: ashtonmeuser/godot-wasm
Releases · ashtonmeuser/godot-wasm
v0.5.0 Godot 4.5
- Replace
permissionsdictionary withextensionsarrayvar wasm = Wasm.new() var buffer = FileAccess.get_file_as_bytes("res://my_module.wasm") wasm.extensions = [] # Remove all extensions e.g. WASI Preview 1 wasm.load(buffer, {})
- Bump Wasmtime and Wasmer runtimes default versions
- Produce artifacts built on both Wasmtime and Wasmer runtimes
v0.5.0 Godot 3.x
- Backport changes from v0.5.0 for Godot 3.x
v0.4.1 Godot 4.5
- Bump to Godot 4.5
- Provide warnings for invalid imports and exports (#79)
- Improvements to Wasm C API usage
v0.4.1 Godot 3.x
- Backport changes from v0.4.1 for Godot 3.x
v0.4.0 Godot 4.4
- Default to Wasmtime runtime
- Bump Godot to bindings and test version to v4.4.1
- Bump default Wasmer runtime to v6.0.1
- Bump default Wasmtime runtime to v36.0.2
v0.4.0 Godot 3.x
- Backport changes from v0.4.0 for Godot 3.x
v0.3.9 Godot 3.x
- Include .gdignore in release artifact
v0.3.9 Godot 4.3
- Include .gdignore in release artifact
v0.3.8 Godot 4.3
- Support default empty Wasm export function arguments
- Support Godot 4.3
- Bump default Wasmer runtime to v4.4.0
- Bump default Wasmtime runtime to v25.0.2
v0.3.8 Godot 3.x
- Backport changes from v0.3.8 for Godot 3.x