wasm3 / wasm3-rs

Rust wrapper for Wasm3, the fastest WebAssembly interpreter
MIT License
155 stars 43 forks source link

Fix the `build-bindgen` feature #29

Closed jonas-schievink closed 3 years ago

jonas-schievink commented 3 years ago

The include path passed to clang was set incorrectly.

Also addresses deprecation warnings.