Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
278aba7
Refactor module element related functions (NFC)
aheejin Dec 21, 2019
e85bc4b
Add support for reference types proposal
aheejin Nov 2, 2019
0027828
Merge branch 'master' into reference_types
aheejin Dec 23, 2019
28f78e9
Add types back to switch-case
aheejin Dec 24, 2019
f935052
Merge branch 'master' into reference_types
aheejin Dec 24, 2019
2be26a2
Move Type-related functions into Type class (NFC)
aheejin Dec 25, 2019
d183d50
Address some comments
aheejin Dec 25, 2019
4dbd4da
Merge branch 'master' into reference_types
aheejin Dec 25, 2019
e7ea3d5
Merge branch 'type_method_refactor' into reference_types
aheejin Dec 25, 2019
944ae89
Move Type-related functions into Type class (NFC)
aheejin Dec 25, 2019
893ce13
Merge branch 'type_method_refactor' into reference_types
aheejin Dec 25, 2019
5a0d4b4
Address more comments
aheejin Dec 25, 2019
e94e3a1
Rename anyref to value in ref.is_null for Binaryen.js
aheejin Dec 25, 2019
fbeb640
Fix funcref exclusion when comparing execution results
aheejin Dec 25, 2019
012c293
Try to change func to Name in Literal
aheejin Dec 26, 2019
e5f5880
Delete obsolete comments about nullref
aheejin Dec 27, 2019
839084e
Fix nullref try-catch test
aheejin Dec 27, 2019
aef96d4
Update test output
aheejin Dec 27, 2019
9589c2e
Use more Type:: prefixes in new code
aheejin Dec 28, 2019
7933fba
Use more Type:: prefixes in new code
aheejin Dec 28, 2019
69dc6d8
Merge branch 'type_method_refactor' into reference_types
aheejin Dec 28, 2019
dfa6753
Fix type conversion
aheejin Dec 29, 2019
78223a9
Merge branch 'master' into reference_types
aheejin Dec 30, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test output
  • Loading branch information
aheejin committed Dec 27, 2019
commit aef96d4898d1de47a58f7153e3b9dba288fda978
3 changes: 3 additions & 0 deletions test/reference-types.wast.from-wast
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@
(try (result nullref)
(ref.null)
(catch
(drop
(exnref.pop)
)
(ref.null)
)
)
Expand Down