MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
BridgeStub.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace mllif {
6 [[mllif::export]]
7#if _WIN32
8 int init(const wchar_t *runtimeConfigPath, const wchar_t *assemblyPath);
9#else
10 int init(const char *runtimeConfigPath, const char *assemblyPath);
11#endif
12 [[mllif::export]]
13 void close();
14}
int init(const char *runtimeConfigPath, const char *assemblyPath)
void close()