We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/dev-wasm/dev-wasm-go/tree/main/http#regenerating-the-code
currently if I try to checkout any newer code than commit cc86a80 the wit-bindgen will fail.
cc86a80
% wit-bindgen tiny-go wasi-http/wit -w proxy --out-dir proxy Error: failed to parse package: wasi-http/wit Caused by: expected `type`, `resource` or `func`, found ';' --> wasi-http/wit/handler.wit:4:50 | 4 | use types.{incoming-request, response-outparam}; | ^ % cd wasi-http && git rev-parse HEAD 7a0889a74741807b1f8b21fb50fdd73112250091
I have no idea is this issue in wit-bindgen tool or wasi-http/wit spec itself
The text was updated successfully, but these errors were encountered:
Yeah, there's a versioning issue between wit-bindgen and the wit syntax because they changed the syntax.
wit-bindgen
wit
I'll update this repo for the newer versions of wasmtime and wit
wasmtime
Sorry, something went wrong.
@zetaab please see #8 this is now working with wasmtime serve ... with wasmtime 15.0.1
wasmtime serve ...
I added a Makefile to help with things. cd webserver/wasi-http && make clean && make run
webserver/wasi-http && make clean && make run
No branches or pull requests
https://github.com/dev-wasm/dev-wasm-go/tree/main/http#regenerating-the-code
currently if I try to checkout any newer code than commit
cc86a80
the wit-bindgen will fail.I have no idea is this issue in wit-bindgen tool or wasi-http/wit spec itself
The text was updated successfully, but these errors were encountered: