diff --git a/packages/wasm-utils/src/wasm.timer.shared.pas b/packages/wasm-utils/src/wasm.timer.shared.pas index a6597bcdf3..fa03b707d9 100644 --- a/packages/wasm-utils/src/wasm.timer.shared.pas +++ b/packages/wasm-utils/src/wasm.timer.shared.pas @@ -23,8 +23,8 @@ Type const TimerExportName = 'timer'; - TimerFN_Allocate = 'allocate'; - TimerFN_DeAllocate = 'deallocate'; + TimerFN_Allocate = 'allocate_timer'; + TimerFN_DeAllocate = 'deallocate_timer'; implementation