demo: fixed name and gitignore wasm files

This commit is contained in:
mattias 2021-12-28 13:15:04 +01:00
parent 2d3fbefd0a
commit ff7458e1da
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ units
*.lps
*.js
*.o
*.wasm

View File

@ -1,4 +1,4 @@
program HelloWorld;
program sums;
Var
A,B,C : Integer;