Skip to content

Commit

Permalink
Merge branch 'master' into emcc-3.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jul 17, 2023
2 parents 0873064 + f7a7247 commit 5cc0534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rds_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LoadedRds parse_rds_from_file(std::string path) {
return LoadedRds(rds2cpp::parse_rds(path));
}

EMSCRIPTEN_BINDINGS(hdf5_utils) {
EMSCRIPTEN_BINDINGS(rds_utils) {
emscripten::class_<LoadedRds>("LoadedRds")
.function("load", &LoadedRds::load)
.function("format_version", &LoadedRds::format_version)
Expand Down

0 comments on commit 5cc0534

Please sign in to comment.