Geequlim / ECMAScript

Javascript binding for godotengine
MIT License
960 stars 84 forks source link

Replaced usages of `copymem` with `memcpy` #105

Closed rosshadden closed 3 years ago

rosshadden commented 3 years ago

This replaces usages of copymem with memcpy.

This makes Godot ECMAScript work with https://github.com/godotengine/godot/pull/48239

Geequlim commented 3 years ago

Thanks