All of the infrastructure is in place for kubectl logs. We just need a way to hook output_writer into the wasm3 runtime such that the output of the function call will be written to disk. Right now the output is only written to standard output.
|
_output_write: std::fs::File, //TODO: hook this up such that log output will be written to the file |