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