nfx
nfx copied to clipboard
GLUE: Refactor to not use message instances and have ability to execute sync-only calls with custom bindings
Need to not require Message instance at all (it is an extra allocation). Is it possible to bypass CallSlot for sync-only bindings?
Do we need to constrain binding with Contact?