-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Browser usage docs/example #461
Comments
Thanks for the issue @DougAnderson444. I'm working on that now so good timing. I will have more docs and tutorials out this week. |
That's awesome @jsoverson! Thanks so much, this Wick project is super cool looking and I'm interested in building some browser components. I've been following the WIT Component Model and have even contributed to |
The documentation will improve over time, but this is a start. |
Thanks @jsoverson (especially for choosing Svelte & Vite over React 😂). I just need enough to get started and check this out in the browser. I'll give it a shot and can provide some feedback as I experiment |
While I'm here, can you confirm if the LLM Llama example also is running 100% on the browser client too? |
Yes, there's no server-side aspect to any of the in-browser demos. |
Ran into the first issue:
unknown field error: failed to run custom build command for `jinja v0.1.0`
Caused by:
process didn't exit successfully: (exit status: 1)
--- stdout
cargo:rerun-if-changed=component.wick
--- stderr
Error: Could not parse manifest /home/doug/code/rust/components/jinja/component.wick as YAML: unknown field `operations`,
expected one of `name`, `metadata`, `package`, `host`, `resources`, `import`, `types`, `requires`, `component`, `tests` at
line unknown, column unknown I think I need this |
Found |
Even when using
|
Looks like the |
Is your feature request related to a problem? Please describe.
The problem is I would like to try to run Wick components in the browser, but it's unclear to me if that's possible and how.
Propose a solution
Possible solution is a basic example in the examples folder and/or details in the docs on how-to.
Describe alternatives you've considered
I did find the
https://www.npmjs.com/package/@candlecorp/wick
package, but it lacks a README or any docs.The text was updated successfully, but these errors were encountered: