load takes binary blob models.
i guess typical wasi-nn implementations just pass them to the backing nn library as they are.
if the backing library doesn't have enough validation for the untrusted inputs, it can be a security problem.
i don't expect typical nn libraries to provide wasm-sandbox-level input validations.
what do you think?