#ifndef PKMNLIB_WASMSTRINGVIEW_HPP #define PKMNLIB_WASMSTRINGVIEW_HPP #include "../WebAssemblyScriptResolver.hpp" class WASMStringView { public: static void Register(ArbUt::Dictionary& externs, WebAssemblyScriptResolver* resolver); }; #endif // PKMNLIB_WASMSTRINGVIEW_HPP