rust-webassembly icon indicating copy to clipboard operation
rust-webassembly copied to clipboard

import function example?

Open fuchsnj opened this issue 7 years ago • 1 comments

I'm having a hard time finding any documentation about this. Is it possible to call imported functions in rust yet? If so it would be nice to add an example of that here.

fuchsnj avatar Dec 16 '17 16:12 fuchsnj

What do you mean by "imported functions" ? The only reference that I see to that is in https://kripken.github.io/emscripten-site/docs/api_reference/module.html#Module.instantiateWasm which references an 'imports' object.

mcamdenwm avatar Dec 31 '17 20:12 mcamdenwm