Adds a lot more WASM type registry
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef PKMNLIB_WASMLISTREGISTRY_HPP
|
||||
#define PKMNLIB_WASMLISTREGISTRY_HPP
|
||||
#include "../WebAssemblyScriptResolver.hpp"
|
||||
|
||||
class WASMListRegistry {
|
||||
public:
|
||||
static void Register(ArbUt::Dictionary<std::string, wasm_func_t*>& externs, WebAssemblyScriptResolver* resolver);
|
||||
};
|
||||
|
||||
#endif // PKMNLIB_WASMLISTREGISTRY_HPP
|
||||
Reference in New Issue
Block a user