* Corrections from samples

This commit is contained in:
Michaël Van Canneyt 2024-06-24 17:17:28 +02:00
parent 1c02529199
commit d0a5b61b80
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
[Server]
Port=3030
Directory=/home/tixeo/fpc/packages/wasm-job/examples
Port=4040

View File

@ -60,7 +60,7 @@ begin
Terminate;
WasmModule:=GetWasmModuleName;
Writeln('Loading & starting webassembly module :' ,WasmModule);
StartWebAssembly('WasmModule.wasm',true);
StartWebAssembly(WasmModule,true);
end;
var