Lucas Satabin
Lucas Satabin
I guess I can use this version of spray-can. I will investigate it further.
Hi, Sohva is currently not in a good state and I haven't had good opportunities to work on it recently. I am thinking about a complete rewrite of it, and...
Well, the core project aims to be as small as possible (e.g. that's why I extracted the Restful related stuffs). The proposed `HLet`s are not intended to be as generic...
Waiting until cats-effect and fs2 are published for this version of Scala Native.
> A small and efficient runtime for WebAssembly & WAS > https://wasmtime.dev/ On that topic, I also intend to add a WASI implementation to Swam, might be relevant for you...
:+1:
To transform wasm programs in Swam, you can use the traversal api in the [`swam.traversal`](https://swam.gnieh.org/api/swam/traversal/index.html) package.
You're welcome, an example use for this framework (the `Traverser` in that case) is the validator: https://github.com/satabin/swam/blob/master/core/src/swam/validation/SpecValidator.scala#L72.
Hi, I always wanted to have a CFG framework within Swam, I might start working on it if it helps for your project.
I was looking into it for inspiration, however a more idiomatic Scala framework could be more helpful than wrapping this library. I am on a PoC currently, and will push...