Skip to content

Commit f2faef7

Browse files
committed
wasm32: expose wasm cache reset helper to runtime-cache tests
1 parent 9381d3b commit f2faef7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/dsl_jit_test.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
#define ME_DSL_JIT_WASM_POS_CACHE_SLOTS 64
88
#endif
99

10+
#if defined(__EMSCRIPTEN__)
11+
void dsl_jit_wasm_pos_cache_reset_for_tests(void);
12+
#endif
13+
1014
#endif

0 commit comments

Comments
 (0)