godotjs / javascript

Javascript binding for godotengine
https://godotjs.github.io/
MIT License
982 stars 82 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