sanak / geos-wasm-tester

GEOS-WASM (https://github.com/chrispahm/geos-wasm) tester app which has similar interface with JTS TestBuilder.
https://sanak.github.io/geos-wasm-tester/
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Clean up memory and better error management #6

Closed sanak closed 10 months ago

sanak commented 10 months ago

Currently, there is almost no memory clean up code, so it needs to be fixed. Also, consider to manage error better.

sanak commented 10 months ago

Done in the following commits: