This commit is contained in:
10
src/ScriptResolving/WASM/InterfaceMethods/WASMStringView.hpp
Normal file
10
src/ScriptResolving/WASM/InterfaceMethods/WASMStringView.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PKMNLIB_WASMSTRINGVIEW_HPP
|
||||
#define PKMNLIB_WASMSTRINGVIEW_HPP
|
||||
#include "../WebAssemblyScriptResolver.hpp"
|
||||
|
||||
class WASMStringView {
|
||||
public:
|
||||
static void Register(ArbUt::Dictionary<std::string, wasm_func_t*>& externs, WebAssemblyScriptResolver* resolver);
|
||||
};
|
||||
|
||||
#endif // PKMNLIB_WASMSTRINGVIEW_HPP
|
||||
Reference in New Issue
Block a user