mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-23 04:09:24 +02:00
demo: fixed name and gitignore wasm files
This commit is contained in:
parent
2d3fbefd0a
commit
ff7458e1da
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ units
|
|||||||
*.lps
|
*.lps
|
||||||
*.js
|
*.js
|
||||||
*.o
|
*.o
|
||||||
|
*.wasm
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
program HelloWorld;
|
program sums;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
A,B,C : Integer;
|
A,B,C : Integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user