ashtonmeuser / godot-wasm

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

Import function target IDs #70

Closed ashtonmeuser closed 5 months ago

ashtonmeuser commented 5 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: