ashtonmeuser / godot-wasm

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

Remove all throws #19

Closed ashtonmeuser closed 1 year ago

ashtonmeuser commented 1 year ago

This prepares for web/HTML5 export (see #18) although does not enable it. This PR removes all exception (throw, try, catch) uses which is a pre-requirement for compiling export templates. Additionally, this aligns the project with standards set by the Godot codebase i.e. no errors.