SwIPC
SwIPC copied to clipboard
Add String type
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.