Browse Source

* Correct names - must be unique

Michael Van Canneyt 8 months ago
parent
commit
6ff92cb813
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/wasm-utils/src/wasm.timer.shared.pas

+ 2 - 2
packages/wasm-utils/src/wasm.timer.shared.pas

@@ -9,8 +9,8 @@ Type
 
 
 const
 const
   TimerExportName  = 'timer';
   TimerExportName  = 'timer';
-  TimerFN_Allocate = 'allocate';
-  TimerFN_DeAllocate = 'deallocate';
+  TimerFN_Allocate = 'allocate_timer';
+  TimerFN_DeAllocate = 'deallocate_timer';
 
 
 
 
 implementation
 implementation