-
The `wkg` command is expected to retrieve name space, package name, and version name from a wasm file name. However, it failed to retrieve the version name with the following error message:
```
Er…
-
## Overview
Hi there, I'm using `lottiefiles/dotlottie-react@0.8.8` and it's causing the entire page to freeze up throwing this error.
Sometimes I get an error `Uncaught` sometimes it's `Uncaught R…
-
Trying to run an application that uses component dependencies -- for example https://github.com/radu-matei/spin-deps-image-manipulation.
Locally everything runs properly. However, when I run the ap…
-
### Affected project(s)
- [ ] documentation
- [ ] examples
- [ ] wasmCloud host
- [X] wasmCloud CLI (wash)
- [ ] wasmCloud dashboard UI (washboard)
- [ ] capability providers
- [ ] provider bindgen
-…
-
```console
$ grain --version
0.6.6
$ cat hello.gr
module Main
print("Hello, World")
$ grain compile hello.gr --release
$ wget https://github.com/bytecodealliance/wasmtime/releases/downloa…
lann updated
2 months ago
-
The following error message is being shown when running `spin up`
```shell
3: registry error: Wasm components must have a config of type application/vnd.wasm.config.v0+json
4: Wasm componen…
-
Only for spin with Swift (swiftwasm):
Reproduction:
```sh
> spin new swiftwasm_test # uses http-swift
> cd swiftwasm_test
> spin build
Building component swiftwasm-test with `swiftc -target wa…
-
**What would you like to be added**:
Try to use wasm as a component implementation
**Why is this needed**:
If it is possible to use wasm as the implementation of components, then it can…
-
I am trying to use the EdDSAMiMCVerifier() in circomlib/circuits/eddsamimc.circom to do a proof on digital signature. My test case is pretty basic:
1. Ran https://github.com/iden3/circomlib/blob/ma…
-
At Arcjet, we use jco to transpile our Wasm components. However, when transpiling enums, jco consistently outputs kebab-cased strings, while our configuration requires SCREAMING_SNAKE_CASE. As a resul…