-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update emsdk to 3.1.47 [don't merge - perf regression] #17916
Conversation
Need to update cgmanifest.json by cgmanifests\generate_cgmanifest.py |
@@ -225,6 +225,7 @@ else() | |||
"SHELL:-s EXPORT_ALL=0" | |||
"SHELL:-s VERBOSE=0" | |||
"SHELL:-s FILESYSTEM=0" | |||
"SHELL:-s INCOMING_MODULE_JS_API=[preRun,locateFile,arguments,onExit,wasmMemory,buffer,instantiateWasm,mainScriptUrlOrBlob]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to use the same list for ort-web to onnxruntime_test_all ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"mainScriptUrlOrBlob", for example, is not used by onnxruntime_test_all but it is required by ort-wasm. So perhaps need to figure out the full list of INCOMING_MODULE_JS_API per target.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can trim things down once ci is happy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update https://github.com/microsoft/onnxruntime/blob/main/cgmanifests/generated/cgmanifest.json with this new commit id.
No description provided.