WebAssembly / tool-conventions

Conventions supporting interoperatibility between tools working with WebAssembly.
Artistic License 2.0
302 stars 67 forks source link

function pointers in wasm64 #136

Closed sunfishcode closed 2 weeks ago

sunfishcode commented 4 years ago

With wasm64 discussions happening, one question for the wasm64 C ABI is how to represent function pointers.

Some options:

sunfishcode commented 2 weeks ago

Wasm has since added tables with 64-bit indices.