-
Notifications
You must be signed in to change notification settings - Fork 69
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
Wasmtime default features disabled #313
Comments
Those dependencies are from https://github.com/bytecodealliance/wasmtime/blob/v0.39.1/crates/c-api/Cargo.toml, which is the root crate that we use to generate Bazel rules. |
Ah, thanks! |
No, I believe that |
The
|
Hi there,
I'm curious why the default features for wasmtime are disabled?
proxy-wasm-cpp-host/bazel/cargo/wasmtime/Cargo.toml
Line 13 in b0a0594
I tried to look when this change was made, but looks like default features were disabled from the time wasmtime was added as a runtime. I changed it to
true
for wasmtime 1.0.1 version, and I was able to build it without much issue (had to resolve one duplicate dependency conflict inBUILD.cpufeatures-xxx
similar to rustix crate).Particularly interested since several newer optimizations for wasmtime-1.0.0 (as well as helpful features, e.g. related to profiling) seem to be included in default features.
Or is there a different place to implement these features that I've missed?
Thanks!
The text was updated successfully, but these errors were encountered: