Browse Source
* Tidy up some headers related to shared memory * Don't declare an anonymous `struct wasmtime_sharedmemory`, instead `#include` the actual definition. * Fix an issue where a header in `sharedmemory.h` referred to a type in `extern.h` which wasn't `#include`'d. This function, `wasmtime_sharedmemory_into_extern`, additionally isn't necessary as it's no different than manually constructing it. Fix this by removing this function. * Run clang-formatpull/8370/head
Alex Crichton
7 months ago
committed by
GitHub
3 changed files with 3 additions and 25 deletions
Loading…
Reference in new issue