bytecodealliance / bytecodealliance/wasmtime

Switch to #include "wasm.h" instead of #include <wasm.h> for wasmtime.h

Open
#1,313 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
18.6k
Forks
1.8k
Avg merge
1d 18h
Merged PRs (30d)
126

Description

wasmtime.h currently uses
#include
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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.