ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Investigation: Using Wasm Type Interfaces

Open Stebalien opened this issue 4 years ago • 1 comments

  • https://hacks.mozilla.org/2019/08/webassembly-interface-types/
  • https://github.com/WebAssembly/interface-types

Basically, this is an attempt to make a "better" FFI for cross-language interop. Importantly, it tries really hard to avoid serializing/converting types.

I'm wondering if there's a way to "ipldize" it to get the best of both worlds.

Stebalien avatar Oct 13 '21 18:10 Stebalien

It looks like implementation progress is being made, but it still doesn't look ready: https://github.com/bytecodealliance/witx-bindgen.

Stebalien avatar Oct 13 '21 23:10 Stebalien