wasmtime-cpp
wasmtime-cpp copied to clipboard
Include iostream in wasmtime.hh
The examples will fail if iostream is not included. Therefore, I added and PR'ed it.
Thanks for the PR, but is there an example of the failure that can be added to CI? Right now CI, which builds the examples, isn't failing. Also if the header is only needed for examples could it be added to the examples instead of the wasmtime.hh file itself?