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 - name: Setup emsdk
uses: mymindstorm/setup-emsdk@v12 uses: mymindstorm/setup-emsdk@v12
with: with:
version: 3.1.25
actions-cache-folder: 'emsdk-cache' actions-cache-folder: 'emsdk-cache'
- name: Compile - name: Compile
run: | run: |

3
.gitignore vendored
View File

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

View File

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