Investigate how to compile js/ts to wasm by any tools, and the output wasm file can be executed on wasm runtime in nearcore
✅ Currently our near-sdk-js use quickjs engine to compile js->C/C++->wasm.
❌ We can't find any tools to compile hermes engine and it's api to C/C++ or wasm directly. Hermes is not support to execute wasm.
❌ Wasmnizer-ts implements the WasmGC proposal, but wasm runtime in nearcore doesn't support it.