mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
* Corrections from samples
This commit is contained in:
parent
1c02529199
commit
d0a5b61b80
@ -1,4 +1,3 @@
|
||||
[Server]
|
||||
Port=3030
|
||||
Directory=/home/tixeo/fpc/packages/wasm-job/examples
|
||||
Port=4040
|
||||
|
||||
|
@ -60,7 +60,7 @@ begin
|
||||
Terminate;
|
||||
WasmModule:=GetWasmModuleName;
|
||||
Writeln('Loading & starting webassembly module :' ,WasmModule);
|
||||
StartWebAssembly('WasmModule.wasm',true);
|
||||
StartWebAssembly(WasmModule,true);
|
||||
end;
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user