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