Stream: git-wasmtime

Topic: wasmtime / issue #11849 cargo build -p wasmtime-c-api --r...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 14 2025 at 08:04):

adv-sw opened issue #11849:

Test Case

Could build the host project in here, but it's not necessary - issue is build system missing an entry.
http://advance-software.com/misc/test_breakpoint.zip

Steps to Reproduce

Pull clear tree or delete target directory from your current one.
cargo build -p wasmtime-c-api --release

Expected Results

wasm C API apps build

Actual Results

wasmtime\crates\c-api\include\wasi.h(12,10): error C1083: Cannot open include file: 'wasmtime/conf.h': No such file or directory

Versions and Environment

Wasmtime version or commit: trunk

Operating system: Windows

Architecture: x86-64

Extra Info

Anything else you'd like to add?

Expect this is generated correctly when cmake is used as conf.h.in file is present.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 14 2025 at 08:04):

adv-sw added the bug label to Issue #11849.


Last updated: Dec 06 2025 at 06:05 UTC