Pre-compile a portion of our wrapper bindings to a static library, which will later be linked in during a final build step within the compiler.
This will help make more of the bindings language-agnostic.
In order for this to be "worth while", the static library should contain a significant amount of code, that would otherwise be generated in the wrapper implementation language (Rust, TinyGo, AssemblyScript, etc).
Pre-compile a portion of our wrapper bindings to a static library, which will later be linked in during a final build step within the compiler.
This will help make more of the bindings language-agnostic.
In order for this to be "worth while", the static library should contain a significant amount of code, that would otherwise be generated in the wrapper implementation language (Rust, TinyGo, AssemblyScript, etc).