wick icon indicating copy to clipboard operation
wick copied to clipboard

Functional, reactive WebAssembly with a twist

Results 34 wick issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Tests sporadically fail with "Error: General error : Port not found or already drained 'output'" **Actual behavior** Tests that normally pass will occasionally fail with the above...

bug

Most protocols that are worthwhile today take url based endpoint and as a developer I just want to throw url in without having to figure out command line options -...

**Is your feature request related to a problem? Please describe.** I am trying to use the wafl binary as part of a docker-compose system and I need to use the...

enhancement
triage

Related to: https://github.com/wasmflow/wasmflow/issues/19 I'm opening this PR as an example for what the Make setup would look like if written as a [go-task](https://taskfile.dev) Taskfile. It's not perfect but it's promising...

**Feature request** We started with host configurations configured side-by-side with flow component definitions in one manifest, but it's not scaling well. Depending on child manifests that include host configurations is...

enhancement

**Error received** *ERROR Failed to fetch OCI bytes: Could not fetch 'reg.candle.run/candle/getting-started:latest': expected value at line 1 column 1* *wasmflow exited with error: Could not load from location* *Run with...

bug

We've been relying on Makefiles for a long time and `make` has an astounding number of frustrating aspects to it. We need *some* centralized task runner but there isn't a...

e.g. `echo "Hello" | wasmflow run manifest.wafl comp --stdin=input` would take "Hello" and send it to the `input` port of `schem` This would allow vino tools to more easily interoperate...

enhancement

Wasmflow already supports ENV variable interpolation in manifest files via `$VAR` syntax. It would be a backwards-compatible change to add bash-like default value syntax i.e. `${VAR:Default value}`