Nick
Nick
I'm replacing my own map implementation with khash in a given project. My old map could return pointers or values. This pattern still makes sense for my project. However, khash...
### Feature suggestion Not sure if this is possible... My workflow involves taking sources from different languages, transpiling these to WAT (via compilation to WASM) and looking at the generated...
So far loving WABT, but it's missing a feature would be quite useful for me: WASM (or WAT) to AssemblyScript (de)compilation. My workflow involves taking sources from different languages, transpiling...