Skip to content

Commit

Permalink
HPCC-30374 Provide JTrace option to declare span start time
Browse files Browse the repository at this point in the history
Fix wasmembed compile

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Dec 19, 2023
1 parent b7bedba commit f079777
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/wasmembed/abi.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include <string>
#include <sstream>

#include <span>
#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);

0 comments on commit f079777

Please sign in to comment.