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

New (and renumbered) opcodes #90

Closed
yurydelendik opened this issue Feb 8, 2021 · 5 comments
Closed

New (and renumbered) opcodes #90

yurydelendik opened this issue Feb 8, 2021 · 5 comments

Comments

@yurydelendik
Copy link
Collaborator

Tracking WebAssembly/simd#452

@yurydelendik
Copy link
Collaborator Author

https://github.com/wasdk/wasmparser/blob/master/src/WasmParser.ts#L317-L501 is using 0xfdXX opcode format -- we probably need to extend it to something like 0xfdXXXX

@bmeurer
Copy link
Collaborator

bmeurer commented Feb 8, 2021

cc @ngzhian

@ngzhian
Copy link
Contributor

ngzhian commented Feb 9, 2021

If all goes well we won't need 0xfdXXXX :) (v8 has the same issue too)

@ngzhian
Copy link
Contributor

ngzhian commented Mar 2, 2021

Confirmed, we won't need to support 0xfdXXXX!

@yurydelendik
Copy link
Collaborator Author

ref WebAssembly/simd#480

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

No branches or pull requests

3 participants