I moved part of the compiler that checks environment variables to thestandard library, so it doesn't have access to build_options.only_canymore, which means some environment variable checks are leaking intothe zig1.wasm build of zig. This logic still makes it return "noenvironment variables found" though.