bytecodealliance / wasmtime-cpp

Apache License 2.0
85 stars 18 forks source link

Compiler fix for gcc 7.5 #12

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.

Tests passing as well.

100% tests passed, 0 tests failed out of 34