In lind-boot, we currently cannot reuse the existing wasm -> cwasm compilation pipeline.
The cwasm artifacts generated from the original toolchain are not compatible with the current lind-boot execution environment, so we are forced to load and instantiate the raw Wasm binary directly.
This issue is mainly a TODO to track future work.