#ifndef PKMNLIB_WASMFORMEREGISTRY_HPP #define PKMNLIB_WASMFORMEREGISTRY_HPP #include #include class WebAssemblyScriptResolver; class WASMFormeRegistry { public: static void Register(ArbUt::Dictionary& externs, WebAssemblyScriptResolver* resolver); }; #endif // PKMNLIB_WASMFORMEREGISTRY_HPP