orca-app / orca

A Wasm environment for cross-platform, sandboxed graphical applications.
https://orca-app.dev
Other
156 stars 13 forks source link

Split runtime abort/asserts and wasm app abort/assert. #29

Closed martinfouilleul closed 9 months ago

martinfouilleul commented 9 months ago

This removes the dependency on app/app.h from platform/native_debug.c. This way we can pull subsets of the orca platform layer for native command line tools without having to pull all the app/windowing layer.