Closed ashtonmeuser closed 1 month 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.
GODOT_WASM_EXTERNREF
WASM_EXTERNREF
Temporarily using defined
GODOT_WASM_EXTERNREF
in place of standard Wasm C APIWASM_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.