bytecodealliance / wasmtime-cpp

Apache License 2.0
86 stars 18 forks source link

Use `<iosfwd>` instead of `<iostream>` #19

Closed alexcrichton closed 3 years ago

alexcrichton commented 3 years ago

Looks like this header is intended to compile much faster and bring in less bloat, and there's no other reason to bring in <iostream> so use <iosfwd> instead.

Closes #18