This question is coming from a computational physicist who is very comfortable with numerical and computational math, but much less comfortable with distributions, measures, and Lebesgue integration. The context of this question is that I'm trying to formalize and generalize the Hubbard-Stratonovich transformation [https://doi.org/10.1103/PhysRevLett.3.77], which inevitably involves addressing formal aspects of path integrals. However, I'll ask my question using a simpler representative formula to avoid unnecessary complications. I've certainly tried to answer this question on my own already, but I've mostly saturated the level of understanding that I can attain on my own without investing a substantially larger amount of time. A Math StackExchange post feels like the next logical step, and hopefully I am now capable of asking a well-posed question.
The representative formula is
$$\lim_{n \rightarrow \infty} \int_{\mathbb{R}^n} f(x_1 \theta_{[0,1/n]} + x_2 \theta_{(1/n,2/n]} + \cdots + x_n \theta_{(1-1/n,1]}) \exp[ - (x_1^2 + \cdots + x_n^2)/n] dx_1 \cdots dx_n$$
where $f$ is a map from real-valued functions on $[0,1]$ to real values, and $\theta_{A}$ are step/indicator functions for $A \subseteq [0,1]$. While I don't yet know what precise properties to assign to $f$, I'm assuming that I can evaluate this integral for finite values of $n$ and that the $n \rightarrow \infty$ limit is well-defined. As a practical matter, this is likely how I would evaluate such expressions. However, I'd like to know if this is formally equivalent to a Lebesgue integral that doesn't involve an explicit limit,
$$ \int_{\mathcal{F}} f(x) d\mathcal{\gamma}(x) $$
for some measure $\gamma$ on some function space $\mathcal{F}$ with the domain $[0,1]$, and if there are any tools/formulas for evaluating such integrals without the use of limiting expressions. Presumably, most tools/formulas would depend on the structure of $f$. A specific example of what I expect to be a simple, well-behaved $f$ here is
$$ f(x) = \left| \int_{[0,1]} x(t) g(t) dt \right|^2 $$
where $g$ is an absolutely integrable function on $[0,1]$, but I certainly don't want to be restricted to this form.
First, can this limit be described as the Lebesgue integration of $f$ with respect to an infinite-dimensional Gaussian measure defined using an abstract Wiener space [https://en.wikipedia.org/wiki/Abstract_Wiener_space]? I am still quite far from understanding this theory, and the most intelligible authoritative source for me so far has been Stroock's recent book (Gaussian Measures in Finite and Infinite Dimensions). A concerning detail that comes up in this book (in the section "Gaussian measures on a Hilbert space") and other sources are trace-class/nuclear requirements on the covariance operator of the Gaussian measure in the context of the parent Hilbert space. Does the covariance operator need to have a finite trace to be defined as a measure on the Hilbert space without using the abstract Wiener space construction, or is that also a requirement to be defined as a measure on the encompassing Banach space?
Second, can this limit be described using "white noise analysis" [https://en.wikipedia.org/wiki/White_noise_analysis] and its white noise probability measure (or some variant)? Also, is "white noise analysis" an application of the abstract Wiener space or a distinct theory? This measure is defined on the space of tempered distributions, and it isn't clear to me that you'd get an integral with the same value when integrating over this space. Also, it is a space of distributions rather than functions, so I'm not sure that my problem is well-posed here without assuming that $f$ extends to the space of distributions somehow. On the other hand, I'm trying to integrate over functions on $[0,1]$ rather than $\mathbb{R}$, which might ameliorate these problems somehow.
I think the deeper question here is whether or not Gaussian white noise has enough structure to define a measure on a usefully large function space with a compact domain, or if the functions being integrated have to be overly well-behaved (i.e. a failure of the typical separation into measures and measurable functions of Lebesgue integration).
Addendum in response to Abdelmalek Abdesselam's answer: My example of a well-behaved $f$ in the original post was poorly chosen in hindsight and likely isn't well-behaved at all. After considering examples more carefully, a better example would be:
$$f(x) = \left\{ \begin{array}{cc} 1, & 0 \le x(t) \le 1 \ \forall t \in [0,1] \\ 0, & \mathrm{otherwise} \end{array} \right.$$
which should be $\exp(-1/3)$ in the $n \rightarrow \infty$ limit. The point of an example is that this limit can be well-behaved with the current choice of normalization, which will not lead to a probability measure. Part of why I'm asking this question is to understand the possibility of a measure on a function space that doesn't have finite total variation. Otherwise, I have to rely on special structure in $f$ to define a measure, presumably with finite total variation, and the exponential terms would then be the function being integrated against a measure defined by $f$.