Stream: git-wasmtime

Topic: wasmtime / Issue #1313 Switch to #include "wasm.h" instea...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2020 at 20:14):

rene-fonseca opened Issue #1313:

wasmtime.h currently uses
#include <wasm.h>
instead of:
#include "wasm.h"

#include "wasm.h" will allow headers to work regardless of the include search path. The wasi.h header already uses #include "wasm.h" as desired.

See note in #1211


Last updated: Oct 23 2024 at 20:03 UTC