[WebAssembly] Add export/import for function pointer table
This enables callback-style programming where the JavaScript environment can call back into the Wasm environment using a function pointer received from the module. Differential Revision: https://reviews.llvm.org/D44427 llvm-svn: 328643
Loading
Please register or sign in to comment