This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Merge chakra-core/ChakraCore@f75c14a5d2] [MERGE #3560 @Cellule] WASM…
…: Spec fixes + improve debugging Merge pull request #3560 from Cellule:wasm/misc Fix the remaining spec test failures. Improve debugging output with `-trace:wasmbytecode` and improve some error messages. Bugs fixed: - Disallow invalid utf8 characters in wasm strings - Disallow `tee_local` of unreachable values - Must have an `else` block if the `if` is yielding a value - All the targets of `br_table` must have the same signature - If `br_if` is yielding `any` type, then push the block's result type to the stack instead. ie: the any type now has an explicit type for further type checking
- Loading branch information
Showing
13 changed files
with
234 additions
and
654 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.