ashtonmeuser / godot-wasm

Interact with WebAssembly modules from Godot
https://github.com/ashtonmeuser/godot-wasm/wiki
MIT License
197 stars 12 forks source link

Use standard Wasm C API enum #73

Closed ashtonmeuser closed 1 month ago

ashtonmeuser commented 2 months ago

Temporarily using defined GODOT_WASM_EXTERNREF in place of standard Wasm C API WASM_EXTERNREF. Implemented in https://github.com/ashtonmeuser/godot-wasm/commit/aee9f1320d556a1beb966ff547da0ccd67facb59. Enables compatibility between Wasmer and Wasmtime while Wasmer API remains unaligned with Wasm C API. See https://github.com/wasmerio/wasmer/issues/5082. Dependant on Wasmer release.