Build errors compiling with header only mode
Open
- Dominant language
- C++
- Stars
- 200
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to build the library in header only mode, when I compile I get the following error:
```
../external/eosio/vm/host_function.hpp:382:66: error: no member named 'apply' in
'eosio::vm::detail::no_viable_overload_of_from_wasm &>'
return detail::make_value_getter().template apply(alloc, static_cast(val), tail);
```
I can't figure out what the issue is
Contributor guide
Assessment
This issue has not been assessed yet.