Loads of WASM type registry.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-05-16 18:16:15 +02:00
parent 82bc816151
commit aac6c83bcf
21 changed files with 466 additions and 186 deletions

View 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