rust-webassembly
rust-webassembly copied to clipboard
import function example?
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.
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.