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
Using a string array (or better set if you have that type available) is the right thing to do here. The only reason this is a comma separated list in wasmvm is the FFI boundary to Rust. We should have internalized this string representation from the beginning.
They are currently defined in a string in app.go. Updates can be missed easily as the file is quite big already.
Some ideas:
[]string
, format in app.go withstrings.Join
The text was updated successfully, but these errors were encountered: