| 31 | } |
| 32 | |
| 33 | std::filesystem::path getAssertsPath() { |
| 34 | std::filesystem::path thisFile(__FILE__); |
| 35 | return thisFile.parent_path() / "assets"; |
| 36 | } |
| 37 | |
| 38 | void fillMemContent(WasmEdge::Runtime::Instance::MemoryInstance &memInst, |
| 39 | uint32_t offset, const std::vector<char> &data) noexcept { |