Updated Polyscript to its latest (#2355)

* Updated Polyscript to its latest
* added tests for `experimental_ffi_timeout`
This commit is contained in:
Andrea Giammarchi
2025-07-01 13:07:28 +02:00
committed by GitHub
parent 7336ae545e
commit 87256a662b
10 changed files with 369 additions and 329 deletions

View File

@@ -24,5 +24,6 @@
"./example_js_worker_module.js": "greeting_worker"
}
},
"packages": ["Pillow" ]
"packages": ["Pillow" ],
"experimental_ffi_timeout": 0
}