-
## Description
Currently, to build an Edgee WASM component, we need to download wasi_snapshot_preview1.reactor.wasm manually.
Investigate the current build process and identify potential optimizati…
-
Hi, I'm currently experimenting with wasm components for a plugin system, and one use case I have is being able to do callbacks between components.
So say we have two components `A` and `B`, where …
-
@jeff1010322 and I recently ran into an issue with the version of [wasm-tools](https://github.com/bytecodealliance/wasm-tools) causing the following error:
```
handler.wasmexport_Handle#wasmexpor…
-
Hi componentize-py folks!
Thank you for a great presentation at WASMCON a while ago! I just now catching up with your nifty tool.
What is your debugging guideline for a Python-turn-WASM component?…
-
I'm seeing a panic when trying to use ComponentizeJS to create a wasm component that implements the [Zed editor](https://zed.dev) extension interface, for which the `wit` can be found [here](https://g…
-
I would really love to see support for WIT resources https://component-model.bytecodealliance.org/design/wit.html#resources . I tried to use them and received the "not yet implemented" error. My `cows…
-
I noticed the [recent update](https://github.com/bytecodealliance/wit-bindgen/pull/475/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5) to the readme for `wit-bindgen`.
…
-
**summary: ~I believe starting with WASIp1 and then WASp2 in future, is the right approach.~ https://github.com/scala-js/scala-js/issues/5080#issuecomment-2488309511**
This is a sub-issue of https:…
-
Programs like eBPF usually hire a callback function to let underlying framework to invoke it when a certain kind of event happened, to support this in WASM component model, it would be very useful to …
-
I still get the same error with jco 1.7.1 that uses 0.13.1 of this project. #150 does not set timeOrigin. The change from https://github.com/bytecodealliance/ComponentizeJS/pull/146/commits/cb4d73af4f…