You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwIPC has no concept of Strings, and simply uses bytes or array or buffer whenever it needs one. This causes some problems for codegen in languages that separate arrays and strings.
SwIPC has no concept of Strings, and simply uses bytes or array or buffer whenever it needs one. This causes some problems for codegen in languages that separate arrays and strings.
Kinda related to #23.