engineerd / wasm-to-oci

Use OCI registries to distribute Wasm modules
Apache License 2.0
251 stars 31 forks source link

[WIP] Add FFI support and Rust bindings #2

Closed radu-matei closed 4 years ago

radu-matei commented 4 years ago

This PR:

TODO:

radu-matei commented 4 years ago

Ultimately, the overhead to the build process, CGO, and FFi make this solution less than ideal for production scenarios.

Closing.