drom / wast-spec

WebAssembly AST specification
MIT License
9 stars 2 forks source link

better name for name1 and nam2 on import #5

Closed wanderer closed 8 years ago

wanderer commented 8 years ago

I think name1 is the module name and name2 is the name of an exported function. What do you think about more meaningful names for the names here?

drom commented 8 years ago

totally agree. I am bad about names. Your choice.

wanderer commented 8 years ago

how about modName and funcName ? pr #6

drom commented 8 years ago

great. merged.