ashtonmeuser / godot-wasm

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

Import function target IDs #70

Closed ashtonmeuser closed 4 months ago

ashtonmeuser commented 4 months ago

Use import function target Object IDs rather than references. Prevents issues related to freed objects.

Closes #69.

This also slightly refactors file names (godot-wasm.cppwasm.cpp) and tweaks imports to favour libraries (#include "..."#include <...>).

Test cases added for: