mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Removes the Windows-only kmcomp.exe dependency, and instead now uses kmc to always build .kmx files for unit tests. debug_api.cpp was using an outdated .kmx file, which is why the line number offsets have changed. (The perils of binary fixtures!)
8 lines
No EOL
131 B
C++
8 lines
No EOL
131 B
C++
#pragma once
|
|
|
|
#ifdef __EMSCRIPTEN__
|
|
#include <iostream>
|
|
|
|
const std::string get_wasm_file_path(const std::string& filename);
|
|
|
|
#endif |