Forwards raw input bytes from the host into the runtime.
void addInput(List<int> bytes) { if (_disposed) return; backend.addInput(bytes); }