bytecodealliance / wasmtime-cpp

Apache License 2.0
86 stars 18 forks source link

Fix compiler issues for gcc 7.5 #13

Closed dshiell15 closed 3 years ago

dshiell15 commented 3 years ago

This PR addresses #11 by using a template constructor for ExternRef rather than std::any which seems to give gcc 7.5 issues.