Compare commits

..

No commits in common. "066554f24192778ae9fcfcf335bd8c4704d7c6e0" and "51ce483c486ac687171ada5049e8f64aa852eb80" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

@ -26,6 +26,7 @@ jobs:
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v12
with:
version: 3.1.25
actions-cache-folder: 'emsdk-cache'
- name: Compile
run: |

3
.gitignore vendored
View File

@ -4,7 +4,6 @@ __pycache__/
.DS_Store
.coverage
.idea
.cache
gmon.out
gprof.txt
@ -30,4 +29,4 @@ pocketpy.dSYM
libpocketpy.dylib.dSYM/
main.dSYM/
docs/references.md
docs/references.md

View File

@ -73,7 +73,6 @@
#pragma warning (disable:4100)
#pragma warning (disable:4244)
#pragma warning (disable:4996)
#pragma warning (disable:4018)
#endif
#ifdef _MSC_VER