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 SignExtend operators by default #5136

Merged
merged 1 commit into from
May 11, 2018

Conversation

Cellule
Copy link
Contributor

@Cellule Cellule commented May 11, 2018

This change is Reviewable

@Cellule Cellule requested a review from MikeHolman May 11, 2018 17:11
@Cellule Cellule self-assigned this May 11, 2018
bool IsEnabled()
{
#ifdef ENABLE_WASM
return CONFIG_FLAG(WasmNontrapping);
Copy link
Contributor

Choose a reason for hiding this comment

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

wrong flag

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops bad copy/paste

@chakrabot chakrabot merged commit 53d4354 into chakra-core:master May 11, 2018
chakrabot pushed a commit that referenced this pull request May 11, 2018
Merge pull request #5136 from Cellule:wasm/sign_extend
@Cellule Cellule deleted the wasm/sign_extend branch May 12, 2018 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants