mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-13 15:10:19 +00:00
Compare commits
No commits in common. "066554f24192778ae9fcfcf335bd8c4704d7c6e0" and "51ce483c486ac687171ada5049e8f64aa852eb80" have entirely different histories.
066554f241
...
51ce483c48
1
.github/workflows/website.yml
vendored
1
.github/workflows/website.yml
vendored
@ -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
3
.gitignore
vendored
@ -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
|
||||
@ -73,7 +73,6 @@
|
||||
#pragma warning (disable:4100)
|
||||
#pragma warning (disable:4244)
|
||||
#pragma warning (disable:4996)
|
||||
#pragma warning (disable:4018)
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user