-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
embind: Use single type object for emval. (#20806)
If register_type is used, emval will be registered multiple times for different type id's, but only a single type object is needed on the JS side for all of them.
- Loading branch information
1 parent
946c850
commit e6415d6
Showing
6 changed files
with
35 additions
and
32 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"a.html": 673, | ||
"a.html.gz": 431, | ||
"a.js": 7395, | ||
"a.js.gz": 3109, | ||
"a.wasm": 11458, | ||
"a.wasm.gz": 5733, | ||
"total": 19526, | ||
"total_gz": 9273 | ||
"a.js": 7411, | ||
"a.js.gz": 3140, | ||
"a.wasm": 11439, | ||
"a.wasm.gz": 5729, | ||
"total": 19523, | ||
"total_gz": 9300 | ||
} |