Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm #61

Closed
wants to merge 16 commits into from
Closed

wasm #61

wants to merge 16 commits into from

Conversation

ram-mohan
Copy link
Contributor

No description provided.

ram-mohan and others added 16 commits February 4, 2024 11:55
ultrahdr.h will eventually be renamed as ultrahdr_api.h and exported
for app inclusion. Currently it contains statements that are not
compatible with C std. modify them such that the api can be safely
included by both C & CPP apps.
move duplicate code under a common label
default initialization of structure members is not compatible with
C. This is addressed
introduce api definitions for external linkage. Eventually we would
like to export only these symbols.

introduced api is compatible with both C and CPP apps.
mkdir build && cd build
emcmake cmake ../
cmake --build ./
em++ -std=c++17 ../examples/ultrahdr_app.cpp -o app.html -luhdr -I../lib/include/  -L./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants