Skip to content
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

Enable wasm simd testing under recent versions of node. NFC #18839

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Feb 24, 2023

No description provided.

@sbc100 sbc100 requested a review from tlively February 24, 2023 01:19
Comment on lines +97 to +98
if type(cmd) is str:
return cmd
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this related?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only in the sense that SIMD tests are the only ones that pass strings to run_process. e.g. they do shared.run_process('thing'). I hadn't realized that was valid... but when we print the string version of the process (e.g. in --verbose mode) it was showing up as t h i n g :)

@sbc100 sbc100 merged commit b3ffbcd into main Feb 24, 2023
@sbc100 sbc100 deleted the node_simd branch February 24, 2023 18:42
@kripken
Copy link
Member

kripken commented Feb 24, 2023

@sbc100
Copy link
Collaborator Author

sbc100 commented Feb 24, 2023

impact-maker pushed a commit to impact-maker/emscripten that referenced this pull request Mar 17, 2023
impact-maker pushed a commit to impact-maker/emscripten that referenced this pull request Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants