Because it provides a sandbox environment - in case of bad custom code, the server does not panic and crash (as it is the case with native Go code).
1 Like
Because it provides a sandbox environment - in case of bad custom code, the server does not panic and crash (as it is the case with native Go code).