@bb010g this is not exactly how it works. You’re compiling C++ code into a WASM bytecode, which is then converted back to machine code at runtime.
What I’m talking about more specifically in terms of C++ to-the-metal is better explained here:
@bb010g this is not exactly how it works. You’re compiling C++ code into a WASM bytecode, which is then converted back to machine code at runtime.
What I’m talking about more specifically in terms of C++ to-the-metal is better explained here: