Stream: git-wasmtime

Topic: wasmtime / PR #5214 Expose c-api as a library


view this post on Zulip Wasmtime GitHub notifications bot (Nov 07 2022 at 15:20):

psarna opened PR #5214 from main to main:

That would allow projects to pull Wasmtime C API as a dependency through git and use it - e.g. by only exposing parts of the API and wrapping other parts in custom code.

Ideally, I would love to see the C API crate published to crates.io, but this small step is enough to boost developer experience significantly.

A concrete use case I have in mind is https://github.com/libsql/libsql/pull/45 - using C API as a dependency is a great fit for integrating Wasmtime into the project's build chain.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 07 2022 at 16:06):

psarna closed without merge PR #5214.


Last updated: Oct 23 2024 at 20:03 UTC