Replies: 1 comment
-
For now, I would use a I've created a ticket on the WAI repo to track this - wasmerio/wai#40. Footnotes
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know if there is a way to generate a
HashMap<K, V>
in Rust?Pretty sure it could be emulated with
list<tuple<K, V>>
, but not sure if that's recognized as a special case or not.Thanks,
Beta Was this translation helpful? Give feedback.
All reactions