Browse Source

demo: fixed name and gitignore wasm files

mattias 3 years ago
parent
commit
ff7458e1da
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      demo/wasienv/terminal/sums.pp

+ 1 - 0
.gitignore

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

+ 1 - 1
demo/wasienv/terminal/sums.pp

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