* 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] [Server]
Port=3030 Port=4040
Directory=/home/tixeo/fpc/packages/wasm-job/examples

View File

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