Commits
User selector
Commit History
Commits on Sep 6, 2023
Add annotations and workarounds for closure compiler issues after link (#20191)
Show description for 8ed232cauthored
Commits on Aug 23, 2023
embind: Run test_embind with TS generation enabled. (#20102)
Show description for f85a71dauthored
Commits on Aug 21, 2023
embind: Support readonly properties (#20080)
Show description for 3dbcacfandauthored
- authored
Commits on Aug 18, 2023
embind: Stub out val dependencies for TS generation. (#20074)
Show description for 09fbb89authored[Wasm64] Fix embind with addresses over 4gb (#20071)
Show description for 0f83fd4authored
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 4, 2023
Simplify embind code to reading basic types. NFC (#19981)
Show description for 0538c9dauthored- authored
Commits on Aug 1, 2023
Commits on Jul 27, 2023
Fix embind error message (#19917)
Show description for 985c489authored
Commits on Jul 25, 2023
Commits on Jul 7, 2023
embind: Generate TS definitions for more bindings. (#19787)
Show description for 589de20authored
Commits on Jul 6, 2023
Allow JS method notion in JS library file. NFC (#19783)
Show description for a99a5bfauthored
Commits on Jun 30, 2023
Support JSPI'd pthread entry function. (#19041)
Show description for 09e43acauthored
Commits on Jun 29, 2023
embind: Generate TypeScript definitions from exported bindings. (#19635)
Show description for 9796fa1authoredAutomatically convert return pointers to unsigned in CAN_ADDRESS_GB mode. (#19755)
Show description for 716f0b2authored
Commits on Jun 26, 2023
Commits on Jun 14, 2023
Fix craftInvokerFunction on JSPI (ASYNCIFY=2) (#19281)
Show description for 18badf3authored
Commits on Jun 13, 2023
Use shorthand object notation where possible. NFC (#19594)
Show description for 23fab93authored
Commits on May 15, 2023
Convert more JS code to use string template literals (#19351)
Show description for 0c5e7eeauthored
Commits on May 9, 2023
- authored
Remove some hardcoded exports that can now be handled by JS __deps. NFC (#19313)
Show description for 4874997authoredStart using JS string template in JS code (#19285)
Show description for 3c822efauthored
Commits on Apr 25, 2023
Add automatic signature generation for embind symbols (#19242)
Show description for d02c29fauthored
Commits on Apr 5, 2023
[Embind] Mark optional async argument (#19133)
Show description for 82e5f27authored- authored
Commits on Mar 31, 2023
- authored
Simplify embind $new_ helper. NFC (#19109)
Show description for 2282236authored
Commits on Mar 25, 2023
Commits on Mar 20, 2023
Fix signature of _emval_as_int64/_emval_as_uint64 in JS. NFC (#19005)
Show description for 1accb15authoredUpdate JS library signatures (#18995)
Show description for e5ee191authored
Commits on Mar 7, 2023
JSPI - Support async embind function bindings. (#18847)
Show description for 7ff81dfauthored
Commits on Feb 27, 2023
Remove IN_TEST_HARNESS setting (#18862)
Show description for d20f8c4authored
Commits on Feb 15, 2023
Remove str-to-func eval of named function factory (#18748)
Show description for df72746andauthored