DEBSOURCES
Skip Quicknav
sources / keyman / 18.0.246-1 / core / tests / unit / emscripten_filesystem.h
12345678
#pragma once #ifdef __EMSCRIPTEN__ #include <iostream> const std::string get_wasm_file_path(const std::string& filename); #endif