orca-app / orca

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

Isolate app layer from platform layer. #52

Closed martinfouilleul closed 9 months ago

martinfouilleul commented 9 months ago

You can now use arenas/lists/strings/file/paths etc without pulling in the app layer by defining OC_NO_APP_LAYER before including orca.h and orca.c

Closes #51

bvisness commented 9 months ago

Works like a charm!