Navigation Menu

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

Update wasm-module-builder.js from V8. #20580

Merged
merged 2 commits into from Dec 23, 2019
Merged

Update wasm-module-builder.js from V8. #20580

merged 2 commits into from Dec 23, 2019

Conversation

Ms2ger
Copy link
Contributor

@Ms2ger Ms2ger commented Dec 3, 2019

No description provided.

// Prefix opcodes
let kNumericPrefix = 0xfc;
let kSimdPrefix = 0xfd;
let kAtomicPrefix = 0xfe;
Copy link
Member

Choose a reason for hiding this comment

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

Is it fine to add new proposal's opcodes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The phase document expects that tests are written during phase 2, so I think anything needed to support tests for phase ≥ 2 proposals is acceptable to add.

Copy link
Member

@xtuc xtuc left a comment

Choose a reason for hiding this comment

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

thanks

@Ms2ger Ms2ger merged commit 87dc041 into master Dec 23, 2019
@Ms2ger Ms2ger deleted the wasm-module-builder branch December 23, 2019 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants