Skip to content

Commit

Permalink
Merge pull request #18072 from GordonSmith/HPCC-30909-EMBEDWASM_UBUNT…
Browse files Browse the repository at this point in the history
…U_23_10

HPCC-30909 WASMEMBED build failing on OSX + Ubuntu-23.10

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Nov 23, 2023
2 parents c40c2fa + 5c15a1a commit 0f0f911
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions plugins/wasmembed/abi.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#include <string>
#include <sstream>

#include <wasmtime.hh>

std::tuple<uint32_t /*ptr*/, std::string /*encoding*/, uint32_t /*byte length*/> load_string(const wasmtime::Span<uint8_t> &data, uint32_t ptr);
2 changes: 0 additions & 2 deletions plugins/wasmembed/util.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "util.hpp"

#include "platform.h"
#include "jexcept.hpp"
#include "jfile.hpp"

std::vector<uint8_t> readWasmBinaryToBuffer(const char *filename)
Expand Down
1 change: 1 addition & 0 deletions plugins/wasmembed/util.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <cstdint>
#include <string>
#include <vector>

Expand Down

0 comments on commit 0f0f911

Please sign in to comment.