Skip to content

Commit

Permalink
Fix for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
osamu620 committed Dec 22, 2023
1 parent 2d57671 commit 9dca9c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions source/core/common/open_htj2k_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@

#define OPENHTJ2K_VERSION_MAJOR 0
#define OPENHTJ2K_VERSION_MINOR 2
#define OPENHTJ2K_VERSION_PATCH 3

#define OPENHTJ2K_VERSION_PATCH 4
3 changes: 0 additions & 3 deletions subprojects/src/wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,4 @@ uint32_t get_depth(open_htj2k::openhtj2k_decoder* dec, uint16_t c) { return cpp_

EMSCRIPTEN_KEEPALIVE
uint32_t get_signed(open_htj2k::openhtj2k_decoder* dec, uint16_t c) { return cpp_get_signed(dec, c); }

EMSCRIPTEN_KEEPALIVE
void show(open_htj2k::openhtj2k_decoder* dec) { dec->show(); }
}

0 comments on commit 9dca9c4

Please sign in to comment.